Skip to content

Commit

Permalink
Fixed a spellingmistake in views.py for wordlist module
Browse files Browse the repository at this point in the history
  • Loading branch information
freandste committed Nov 12, 2024
1 parent 2bdc017 commit c735ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chemie/wordlist/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def createWord(request):
messages.add_message(
request,
messages.ERROR,
f"Dette kan skyldes at orde allerede finnes i databasen, eller at forklaringen ikke er unik.",
f"Dette kan skyldes at ordet allerede finnes i databasen, eller at forklaringen ikke er unik.",
extra_tags="Ditt ord ble ikke lagret.",
)

Expand Down

0 comments on commit c735ad5

Please sign in to comment.