Skip to content

Commit

Permalink
small ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyAlterman committed Oct 28, 2021
1 parent 74c105a commit 8914aff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const onEmptyTrashBinClicked = (scope, store: Store) => () => {
TrashBinActions.permanentlyDeleteNotebook(n.id)
)
)
.then(() => successToast(`Trash Bin is empty.`));
.then(() => successToast(`Trash Bin is empty`));
});
};

Expand Down

0 comments on commit 8914aff

Please sign in to comment.