Skip to content

Commit

Permalink
ui. Add port field placeholder
Browse files Browse the repository at this point in the history
Just to remember the standard SMTP port numbers.
  • Loading branch information
DavidePrincipi committed Nov 19, 2024
1 parent 5a3de93 commit 32cb806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/public/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@
"enabled": "Status",
"host": "Hostname",
"port": "Port",
"port_placeholder": "e.g. 25, 587 or 465",
"authentication": "Authentication",
"username": "Username",
"password": "Password",
Expand Down
1 change: 1 addition & 0 deletions ui/src/views/Relay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
/>
<NsTextInput
v-model="form.port"
:placeholder="$t('relay.port_placeholder')"
:label="$t('relay.port')"
:invalid-message="error.form.port"
ref="form.port"
Expand Down

0 comments on commit 32cb806

Please sign in to comment.