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
href="#"
@click.prevent="toggleHidden"
>Hide</a>
>{{$t('general.hide')}}</a>
</div>
<a

View File

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