Skip to content
Snippets Groups Projects
Unverified Commit 82f87f9a authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #1944 from nextcloud/fix/1943/translate_forward

Translate the forward button
parents ea8c21d8 e6a0c8bc
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
<MessagePlainTextBody v-else :body="message.body" :signature="message.signature" />
<MessageAttachments :attachments="message.attachments" />
<div id="reply-composer"></div>
<input id="forward-button" type="button" value="Forward" @click="forwardMessage" />
<input id="forward-button" type="button" :value="t('mail', 'Forward')" @click="forwardMessage" />
</div>
<Composer
v-if="!message.hasHtmlBody || htmlBodyLoaded"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment