Skip to content

Commit

Permalink
'invalidEmail' => '(To be translated) Unable to verify the email addr…
Browse files Browse the repository at this point in the history
…ess matches the email {0}.',
  • Loading branch information
warcooft authored Jul 18, 2024
1 parent 0f7a6ee commit 795eda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/sv-SE/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'badToken' => 'Access token är ogiltig.',
'oldToken' => 'Access token har gått ut.',
'noUserEntity' => 'User Entity måste anges för lösenordsvalidering.',
'invalidEmail' => 'Kan inte verifiera att epostadressen stämmer med den sparade.',
'invalidEmail' => '(To be translated) Unable to verify the email address matches the email {0}.',
'unableSendEmailToUser' => 'Det var inte möjligt att skicka epost. Det gick inte att skicka till "{0}".',
'throttled' => 'För många anrop från denna IP-adress. Du kan försöka igen om {0} sekunder.',
'notEnoughPrivilege' => 'Du har inte nödvändiga rättigheter för detta kommando.',
Expand Down

0 comments on commit 795eda0

Please sign in to comment.