Browse Source

Fix NOTIFICATION_SOUNDS translation file key

Danilo Bargen 6 years ago
parent
commit
62fa8adff6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/i18n/en.json
  2. 1 1
      src/partials/dialog.about.html

+ 1 - 1
public/i18n/en.json

@@ -275,7 +275,7 @@
         "OPEN_SOURCE": "Threema Web is fully open source.",
         "SOURCE_CODE": "The source code and the licensing terms can be found on GitHub:",
         "EMOJI_ART": "Emoji art supplied by <a target=\"_blank\" href=\"http://emojione.com\">EmojiOne</a>",
-        "NOTIFICATION_SOUND": "Sound files &copy; 2012 <a target=\"_blank\" href=\"https://www.soundsnap.com/licence\">soundsnap.com</a> - Licensed under the Soundsnap License",
+        "NOTIFICATION_SOUNDS": "Sound files &copy; 2012 <a target=\"_blank\" href=\"https://www.soundsnap.com/licence\">soundsnap.com</a> - Licensed under the Soundsnap License",
         "LICENSE_LINK_BEFORE": "Licenses of used open source components can be found",
         "LICENSE_LINK_TEXT": "in the source code",
         "LICENSE_LINK_AFTER": "",

+ 1 - 1
src/partials/dialog.about.html

@@ -42,7 +42,7 @@
                            target="_blank" rel="noopener noreferrer" translate>about.LICENSE_LINK_TEXT</a>
                         <span translate>about.LICENSE_LINK_AFTER</span>
                     </li>
-                    <li translate>about.NOTIFICATION_SOUND</li>
+                    <li translate>about.NOTIFICATION_SOUNDS</li>
                 </ul>
 
             </div>