We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4659f commit 098c219Copy full SHA for 098c219
app/src/views/preference/tabs/NginxSettings.vue
@@ -13,7 +13,7 @@ const { data } = storeToRefs(systemSettingsStore)
13
<AFormItem :label="$gettext('Maintenance template (filename only)')">
14
<AInput
15
v-model:value="data.nginx.maintenance_template"
16
- :placeholder="$gettext('enwikuna-maintenance.html')" />
+ :placeholder="$gettext('maintenance.html')" />
17
<div class="text-secondary mt-1">
18
{{$gettext('Mounted directory')}}: /etc/nginx/maintenance
19
</div>
0 commit comments