update strings

This commit is contained in:
John Gruen 2019-02-22 16:42:08 +01:00
parent 47d75d8220
commit 7449d1c351
8 changed files with 87 additions and 57 deletions

View file

@ -9,7 +9,8 @@ module.exports = function(name, url) {
>
<h1 class="font-bold my-4">${state.translate('notifyUploadDone')}</h1>
<p class="font-normal leading-normal text-grey-darker word-break-all">
${state.translate('copyUrlFormLabelWithName', { filename: name })}
${state.translate('copyUrlFormLabel')} <br />
${name}
</p>
<input
type="text"
@ -21,9 +22,9 @@ module.exports = function(name, url) {
<button
class="btn rounded-lg w-full flex-no-shrink focus:outline"
onclick="${copy}"
title="${state.translate('copyUrlFormButton')}"
title="${state.translate('copyUrlFormButtonText')}"
>
${state.translate('copyUrlFormButton')}
${state.translate('copyUrlFormButtonText')}
</button>
<button
class="text-blue-dark hover:text-blue-darker focus:text-blue-darker my-4 font-medium cursor-pointer focus:outline"