improved settings override message
This commit is contained in:
parent
6011cf359f
commit
42ced25e10
@ -137,7 +137,7 @@
|
||||
<b-row class="mt-4" v-if="space !== undefined">
|
||||
<b-col cols="12">
|
||||
<h4>{{ $t('Cosmetic') }}</h4>
|
||||
<b-alert variant="warning" show>{{ $t('Space_Cosmetic_Settings') }}</b-alert>
|
||||
<b-alert variant="warning" show><i class="fas fa-exclamation-triangle"></i> {{ $t('Space_Cosmetic_Settings') }}</b-alert>
|
||||
|
||||
<b-form-group :label="$t('Image')" :description="$t('CustomImageHelp')">
|
||||
<generic-multiselect :initial_single_selection="space.image"
|
||||
|
@ -49,6 +49,9 @@
|
||||
</b-form-select>
|
||||
|
||||
</b-form-group>
|
||||
|
||||
<b-alert variant="warning" show><i class="fas fa-exclamation-triangle"></i> {{ $t('Space_Cosmetic_Settings') }}</b-alert>
|
||||
|
||||
<b-form-group :label="$t('Theme')">
|
||||
<b-form-select v-model="user_preferences.theme" @change="updateSettings(true);">
|
||||
<b-form-select-option value="TANDOOR">Tandoor</b-form-select-option>
|
||||
|
@ -425,7 +425,7 @@
|
||||
"Nav_Text_Mode": "Navigation Text Mode",
|
||||
"Nav_Text_Mode_Help": "Behaves differently for every theme.",
|
||||
"Nav_Color_Help": "Change navigation color.",
|
||||
"Space_Cosmetic_Settings": "All cosmetic space settings override users individual settings.",
|
||||
"Space_Cosmetic_Settings": "Some cosmetic settings can be changed by space administrators and will override client settings for that space.",
|
||||
"Use_Kj": "Use kJ instead of kcal",
|
||||
"Comments_setting": "Show Comments",
|
||||
"click_image_import": "Click the image you want to import for this recipe",
|
||||
|
Loading…
Reference in New Issue
Block a user