Merge pull request #685 from rakekniven/patch-3

fix(l10n): Fixed typo
pull/680/head
Varun Patil 2023-06-07 17:41:44 -07:00 committed by GitHub
commit b33406bd04
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();