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"
|
||||
@click="() => $refs.cropper.pickImage()"
|
||||
>
|
||||
{{ $t('settings.upload_picture') }}
|
||||
{{ $t('settings.select_picture') }}
|
||||
</button>
|
||||
<template #footer>
|
||||
<button
|
||||
|
|
|
|||
|
|
@ -787,6 +787,7 @@
|
|||
"type_domains_to_mute": "Search domains to mute",
|
||||
"upload_a_photo": "Upload a photo",
|
||||
"upload_picture": "Upload picture",
|
||||
"select_picture": "Select picture",
|
||||
"user_settings": "User Settings",
|
||||
"values": {
|
||||
"false": "no",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue