mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-02 02:03:20 -05:00
Make string 'Refresh' and 'New update available' translatable (#524)
* Make string 'Refresh' and 'New update available' translatable * Fix change password string
This commit is contained in:
@@ -112,8 +112,8 @@ export default {
|
||||
// The new service worker is installed, but not yet active.
|
||||
// Store the ServiceWorkerRegistration instance for later use.
|
||||
this.registration = e.detail;
|
||||
this.snackBtnText = "Refresh";
|
||||
this.snackWithBtnText = "New version available!";
|
||||
this.snackBtnText = this.$t("events.refresh");
|
||||
this.snackWithBtnText = this.$t("events.new-version");
|
||||
this.snackWithButtons = true;
|
||||
},
|
||||
refreshApp() {
|
||||
|
||||
Reference in New Issue
Block a user