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 0e05e07 commit c0b4f03Copy full SHA for c0b4f03
Frontend/pages/admin/add-admin.vue
@@ -137,8 +137,8 @@ definePageMeta({
137
<ValidatedMailInput
138
:clear-input="clearInput"
139
:domain="emailDomain"
140
+ :placeholder="t('add-admin.add-admin')+'...'"
141
error-message="Invalid email address"
- placeholder="Add Student..."
142
@update:model-value="updateMail"
143
@update:input-cleared="clearInput = false"
144
/>
0 commit comments