You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nls/root/strings.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -566,7 +566,8 @@ define({
566
566
"ABOUT_TEXT_LINE6": "Lots of people (but we're having trouble loading that data right now).",
567
567
"ABOUT_TEXT_MDN_DOCS": "MDN Docs and the MDN graphical logo are licensed under a Creative Commons Attribution license, <a href='{MDN_DOCS_LICENSE}'>CC-BY-SA 2.5 Unported</a>.",
568
568
"UPDATE_NOTIFICATION_TOOLTIP": "There's a new build of {APP_NAME} available! Click here for details.",
569
-
"UPDATE_NOT_AVAILABLE_TITLE": "No Updates Available",
569
+
"UPDATE_NOT_AVAILABLE_TITLE": "{APP_NAME} is up to date",
570
+
"UPDATE_UP_TO_DATE": "Your version of {APP_NAME} is the latest and greatest!",
"UPDATE_READY_RESTART_MESSAGE": "Close all {APP_NAME} app windows and restart the app to launch the updated version.",
@@ -576,11 +577,10 @@ define({
576
577
"UPDATE_INSTALLING_MESSAGE": "Update Installation in Progress: {APP_NAME} is currently installing the latest updates. The application will automatically close once the installation is complete.",
577
578
"UPDATE_FAILED_MESSAGE": "Please close all {APP_NAME} app windows and reopen the application to attempt the update again.",
578
579
"UPDATE_FAILED_VISIT_SITE_MESSAGE": "To retry, please exit all instances of {APP_NAME} and restart the application. <br>You will be directed to our download page shortly, where you can manually download the latest version.",
579
-
"UPDATE_UP_TO_DATE": "{APP_NAME} is up to date.",
580
580
"UPDATE_MESSAGE": "Hey, there's a new build of {APP_NAME} available. Here are some of the new features:",
581
581
"GET_IT_NOW": "Get it now!",
582
582
"UPDATE_LATER": "Remind Me Later",
583
-
"UPDATE_DONE": "{APP_NAME} Updated",
583
+
"UPDATE_DONE": "Restart to Update {APP_NAME}",
584
584
"UPDATE_RESTART": "Restart to apply updates",
585
585
"UPDATE_RESTART_INSTALL": "Restart to install updates",
0 commit comments