Skip to content

Commit

Permalink
fix: Add missing translation in inbox settings page (#2411)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhsin-k committed Jun 10, 2021
1 parent b9e40d1 commit 5a95c74
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -15,13 +15,11 @@
>
<div class="medium-12 columns">
<label>
{{ $t('INBOX_MGMT.ADD.WEBSITE_CHANNEL.CHANNEL_NAME.LABEL') }}
{{ $t('INBOX_MGMT.ADD.WEBSITE_NAME.LABEL') }}
<input
v-model.trim="inboxName"
type="text"
:placeholder="
$t('INBOX_MGMT.ADD.WEBSITE_CHANNEL.CHANNEL_NAME.PLACEHOLDER')
"
:placeholder="$t('INBOX_MGMT.ADD.WEBSITE_NAME.PLACEHOLDER')"
/>
</label>
</div>
Expand Down

0 comments on commit 5a95c74

Please sign in to comment.