diff --git a/src/i18n/README.md b/src/i18n/README.md index ef06c08d..4f87f200 100644 --- a/src/i18n/README.md +++ b/src/i18n/README.md @@ -16,4 +16,5 @@ Several changes have been made to configuration options and will be listed below been modified, the ones not mentioned in the list need modifying. * `settings.option.experimental.closeButtonBehaviour`: Changed to `close_button_hide` - Should be "Close Button Should Hide the Application". `.quit`, `.minimizeTaskbar` and `.minimizeTray` have been removed. Translations done for en_US. -* `term.loadingPlaylist`: Added for `en_US` and `en_PISS`. \ No newline at end of file +* `term.loadingPlaylist`: Added for `en_US` and `en_PISS`. +* `action.update`: Added for `en_US`. \ No newline at end of file diff --git a/src/i18n/en_US.jsonc b/src/i18n/en_US.jsonc index 6f40f674..ae3a2e51 100644 --- a/src/i18n/en_US.jsonc +++ b/src/i18n/en_US.jsonc @@ -192,10 +192,10 @@ "action.import": "Import", "action.export": "Export", "action.showAlbum": "Show Complete Album", - // Waiting on Core for moving plugin to app.ts "action.tray.minimize": "Minimize to Tray", "action.tray.quit": "Quit", "action.tray.show": "Show", + "action.update": "Update", // Settings - General "settings.header.general": "General", diff --git a/src/renderer/views/pages/settings.ejs b/src/renderer/views/pages/settings.ejs index 58234bef..fe16f00d 100644 --- a/src/renderer/views/pages/settings.ejs +++ b/src/renderer/views/pages/settings.ejs @@ -606,7 +606,7 @@
- Update Cider + {{$root.getLz('action.update')}} {{$root.getLz('app.name')}}