change wording because we only upload on "save"
This commit is contained in:
parent
f2783260f1
commit
cfb4868c55
2 changed files with 2 additions and 1 deletions
|
|
@ -672,7 +672,7 @@
|
||||||
type="button"
|
type="button"
|
||||||
@click="() => $refs.cropper.pickImage()"
|
@click="() => $refs.cropper.pickImage()"
|
||||||
>
|
>
|
||||||
{{ $t('settings.upload_picture') }}
|
{{ $t('settings.select_picture') }}
|
||||||
</button>
|
</button>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
|
|
@ -787,6 +787,7 @@
|
||||||
"type_domains_to_mute": "Search domains to mute",
|
"type_domains_to_mute": "Search domains to mute",
|
||||||
"upload_a_photo": "Upload a photo",
|
"upload_a_photo": "Upload a photo",
|
||||||
"upload_picture": "Upload picture",
|
"upload_picture": "Upload picture",
|
||||||
|
"select_picture": "Select picture",
|
||||||
"user_settings": "User Settings",
|
"user_settings": "User Settings",
|
||||||
"values": {
|
"values": {
|
||||||
"false": "no",
|
"false": "no",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue