mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Frontend: change text-left, text-right to text-start, text-end #3168
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<v-card flat tile class="mt-0 px-1 bg-background">
|
||||
<v-card-actions v-if="$config.values.restart">
|
||||
<v-row align="start">
|
||||
<v-col cols="12" class="pa-2 text-left">
|
||||
<v-col cols="12" class="pa-2 text-start">
|
||||
<v-alert color="primary" icon="mdi-information" class="pa-2" type="info" variant="outlined">
|
||||
<a style="color: inherit" href="#restart">
|
||||
<translate>Changes to the advanced settings require a restart to take effect.</translate>
|
||||
|
||||
Reference in New Issue
Block a user