Skip to content

Commit

Permalink
Change the library loading success message to remove the word importe…
Browse files Browse the repository at this point in the history
…d by loaded
  • Loading branch information
monsieurswag committed May 14, 2024
1 parent f8783a3 commit 5559c14
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/routes/(app)/libraries/[id=urn]/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ export const actions: Actions = {
setFlash(
{
type: 'success',
message: m.successfullyImportedObject({
object: 'library',
id: event.params.id?.toString() ?? ''
})
message: m.librarySuccessfullyLoaded()
},
event
);
Expand Down

0 comments on commit 5559c14

Please sign in to comment.