attachment: make hide string translatable

This commit is contained in:
Ariadne Conill 2019-09-27 00:21:34 +00:00
parent 8ee23a4ff6
commit f6cb0e82fc
2 changed files with 5 additions and 2 deletions

View file

@ -43,7 +43,7 @@
<a <a
href="#" href="#"
@click.prevent="toggleHidden" @click.prevent="toggleHidden"
>Hide</a> >{{$t('general.hide')}}</a>
</div> </div>
<a <a

View file

@ -31,7 +31,10 @@
"disable": "Disable", "disable": "Disable",
"enable": "Enable", "enable": "Enable",
"confirm": "Confirm", "confirm": "Confirm",
"verify": "Verify" "verify": "Verify",
"sensitive": "Sensitive content",
"sensitive_hint": "Click to show",
"hide": "Hide"
}, },
"image_cropper": { "image_cropper": {
"crop_picture": "Crop picture", "crop_picture": "Crop picture",