Skip to content

Commit

Permalink
fix: Copy-pasta
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Jun 8, 2024
1 parent f18f63d commit 67edb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ export default {
commit(mutations.FETCH_END, 'folders')
commit(
mutations.SET_ERROR,
AppGlobal.methods.t('bookmarks', 'Failed to load folders'),
AppGlobal.methods.t('bookmarks', 'Failed to load deleted folders'),
)
throw err
}
Expand Down

0 comments on commit 67edb6b

Please sign in to comment.