fix(l10n): Fixed typo

pull/685/head
rakekniven 2023-06-08 00:45:03 +02:00 committed by GitHub
parent 427c2ec38d
commit cc655c9cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ export default defineComponent({
} }
} catch (error) { } catch (error) {
console.error(error); console.error(error);
showError(this.t('photos', 'An error occured while moving photos from {name}.', { name })); showError(this.t('photos', 'An error occurred while moving photos from {name}.', { name }));
} finally { } finally {
this.updateLoading(-1); this.updateLoading(-1);
this.close(); this.close();