mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #54833 from nextcloud/fix/naming-of-quick-settings
fix(settings): Settings presets are called "Quick presets"
This commit is contained in:
commit
0a8fbcfd2a
3 changed files with 5 additions and 5 deletions
|
|
@ -42,15 +42,15 @@ async function saveSelectedPreset() {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<NcSettingsSection :name="t('settings', 'Settings presets')"
|
||||
<NcSettingsSection :name="t('settings', 'Quick presets')"
|
||||
:description="t('settings', 'Select a configuration preset for easy setup.')">
|
||||
<PresetsSelectionForm v-model="selectedPreset" :presets="presets" />
|
||||
|
||||
<PresetVisualisation :presets="presets" :selected-preset="selectedPreset" />
|
||||
|
||||
<NcButton class="save-button"
|
||||
variant="primary"
|
||||
:disabled="selectedPreset === currentPreset || savingPreset"
|
||||
variant="primary"
|
||||
@click="saveSelectedPreset()">
|
||||
{{ t('settings', 'Apply') }}
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue