attachment: make hide string translatable
This commit is contained in:
parent
8ee23a4ff6
commit
f6cb0e82fc
2 changed files with 5 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
<a
|
||||
href="#"
|
||||
@click.prevent="toggleHidden"
|
||||
>Hide</a>
|
||||
>{{$t('general.hide')}}</a>
|
||||
</div>
|
||||
|
||||
<a
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue