Skip to content

Commit 701a3c3

Browse files
authored
Update Settings.vue
Update placeholders
1 parent 3992e90 commit 701a3c3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ui/src/views/Settings.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</cv-toggle>
6464
<cv-text-input
6565
:label="$t('settings.SEMAPHORE_ADMIN')"
66-
placeholder="s"
66+
placeholder="adminuser"
6767
v-model="SEMAPHORE_ADMIN"
6868
class="mg-bottom"
6969
:invalid-message="$t(error.SEMAPHORE_ADMIN)"
@@ -73,7 +73,7 @@
7373
</cv-text-input>
7474
<cv-text-input
7575
:label="$t('settings.SEMAPHORE_ADMIN_NAME')"
76-
placeholder="s"
76+
placeholder="Admin Name"
7777
v-model="SEMAPHORE_ADMIN_NAME"
7878
class="mg-bottom"
7979
:invalid-message="$t(error.SEMAPHORE_ADMIN_NAME)"
@@ -83,7 +83,7 @@
8383
</cv-text-input>
8484
<cv-text-input
8585
:label="$t('settings.SEMAPHORE_ADMIN_EMAIL')"
86-
placeholder="s"
86+
placeholder="admin@email.org"
8787
v-model="SEMAPHORE_ADMIN_EMAIL"
8888
class="mg-bottom"
8989
:invalid-message="$t(error.SEMAPHORE_ADMIN_EMAIL)"
@@ -94,7 +94,7 @@
9494
</cv-text-input>
9595
<cv-text-input
9696
:label="$t('settings.SEMAPHORE_ADMIN_PASSWORD')"
97-
placeholder="s"
97+
placeholder="V3rY_5e(urE_P@$$w0RD"
9898
v-model="SEMAPHORE_ADMIN_PASSWORD"
9999
class="mg-bottom"
100100
:invalid-message="$t(error.SEMAPHORE_ADMIN_PASSWORD)"
@@ -368,4 +368,4 @@ export default {
368368
.maxwidth {
369369
max-width: 38rem;
370370
}
371-
</style>
371+
</style>

0 commit comments

Comments
 (0)