Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonella Sgarlatta committed Jul 13, 2021
1 parent 86fd93a commit 0e67f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const STRING_DELETE_LOCKED_ATTEMPT =
export const STRING_EDIT_LOCKED_ATTEMPT =
"This note has editing disabled. If you'd like to edit its options, enable editing, and try again.";
export const STRING_RESTORE_LOCKED_ATTEMPT =
"This note has editing disabled. If you'd like to restore a different version if it, enable editing, and try again."
"This note has editing disabled. If you'd like to restore a different version of it, enable editing, and try again."
export function StringDeleteNote(title: string, permanently: boolean) {
return permanently
? `Are you sure you want to permanently delete ${title}?`
Expand Down

0 comments on commit 0e67f78

Please sign in to comment.