diff --git a/l10n/en.js b/l10n/en.js index 1c4824c55..ae1ea3012 100644 --- a/l10n/en.js +++ b/l10n/en.js @@ -3484,7 +3484,8 @@ OC.L10N.register( "Yes or no": "Yes or no", "Maximum length": "Maximum length", "Longest value this property accepts.": "Longest value this property accepts.", - "The status from which this property must be answered.": "The status from which this property must be answered." + "The status from which this property must be answered.": "The status from which this property must be answered.", + "Save store settings": "Save store settings" }, "nplurals=2; plural=(n != 1);" ) diff --git a/l10n/en.json b/l10n/en.json index 1aee44cd9..3bafdea8b 100644 --- a/l10n/en.json +++ b/l10n/en.json @@ -3483,7 +3483,8 @@ "Yes or no": "Yes or no", "Maximum length": "Maximum length", "Longest value this property accepts.": "Longest value this property accepts.", - "The status from which this property must be answered.": "The status from which this property must be answered." + "The status from which this property must be answered.": "The status from which this property must be answered.", + "Save store settings": "Save store settings" }, "plurals": "" } diff --git a/l10n/nl.js b/l10n/nl.js index 30caca221..5de2cb80e 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -3484,7 +3484,8 @@ OC.L10N.register( "Yes or no": "Ja of nee", "Maximum length": "Maximale lengte", "Longest value this property accepts.": "De langste waarde die deze eigenschap accepteert.", - "The status from which this property must be answered.": "De status vanaf wanneer deze eigenschap ingevuld moet zijn." + "The status from which this property must be answered.": "De status vanaf wanneer deze eigenschap ingevuld moet zijn.", + "Save store settings": "Store-instellingen opslaan" }, "nplurals=2; plural=(n != 1);" ) diff --git a/l10n/nl.json b/l10n/nl.json index f2bd12c5c..acaf53d60 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -3483,6 +3483,7 @@ "Yes or no": "Ja of nee", "Maximum length": "Maximale lengte", "Longest value this property accepts.": "De langste waarde die deze eigenschap accepteert.", - "The status from which this property must be answered.": "De status vanaf wanneer deze eigenschap ingevuld moet zijn." + "The status from which this property must be answered.": "De status vanaf wanneer deze eigenschap ingevuld moet zijn.", + "Save store settings": "Store-instellingen opslaan" } } diff --git a/src/views/settings/tabs/StoreSettingsTab.vue b/src/views/settings/tabs/StoreSettingsTab.vue index 658d40e6f..e166eee83 100644 --- a/src/views/settings/tabs/StoreSettingsTab.vue +++ b/src/views/settings/tabs/StoreSettingsTab.vue @@ -48,7 +48,9 @@