Fix errors

This commit is contained in:
2022-05-19 16:32:31 -05:00
parent 4d77d514fd
commit f97649083a
2 changed files with 24 additions and 14 deletions

View File

@ -180,4 +180,5 @@ noteNotFound: "<red>A note with this ID could not be found."
# 0 - The ID of the note removed
removedNote: "<green>Removed note with ID: {0}"
# 0 - The number of notes cleared
clearedNotes: "<green>Cleared {0} notes."
clearedNotes: "<green>Cleared {0} notes."
invalidToggle: "<red>That is not a valid toggle."