Skip to content

Commit 098c219

Browse files
authored
Update placeholder for maintenance template input
1 parent 0b4659f commit 098c219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/views/preference/tabs/NginxSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const { data } = storeToRefs(systemSettingsStore)
1313
<AFormItem :label="$gettext('Maintenance template (filename only)')">
1414
<AInput
1515
v-model:value="data.nginx.maintenance_template"
16-
:placeholder="$gettext('enwikuna-maintenance.html')" />
16+
:placeholder="$gettext('maintenance.html')" />
1717
<div class="text-secondary mt-1">
1818
{{$gettext('Mounted directory')}}: /etc/nginx/maintenance
1919
</div>

0 commit comments

Comments
 (0)