change wording because we only upload on "save"

This commit is contained in:
Henry Jameson 2025-08-07 16:00:11 +03:00
commit cfb4868c55
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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",