Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed translations for passwordMismatch #14570

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Umbraco.Core/EmbeddedResources/Lang/da.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ Mange hilsner fra Umbraco robotten
<key alias="passwordCurrent">Nuværende kodeord</key>
<key alias="passwordInvalid">ugyldig nuværende kodeord</key>
<key alias="passwordIsDifferent">Dit nye kodeord og dit bekræftede kodeord var ikke ens, forsøg venligst igen!</key>
<key alias="passwordMismatch">Det bekræftede kodeord matcher ikke det nye kodeord</key>
<key alias="passwordMismatch">Der var et mismatch af kodeord!</key>
<key alias="permissionReplaceChildren">Erstat underelement-rettigheder</key>
<key alias="permissionSelectedPages">Du ændrer i øjeblikket rettigheder for siderne:</key>
<key alias="permissionSelectPages">Vælg sider for at ændre deres rettigheder</key>
Expand Down
2 changes: 1 addition & 1 deletion src/Umbraco.Core/EmbeddedResources/Lang/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2094,7 +2094,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="passwordIsDifferent">There was a difference between the new password and the confirmed password. Please
try again!
</key>
<key alias="passwordMismatch">The confirmed password doesn't match the new password!</key>
<key alias="passwordMismatch">There was a password mismatch!</key>
<key alias="permissionReplaceChildren">Replace child node permissions</key>
<key alias="permissionSelectedPages">You are currently modifying permissions for the pages:</key>
<key alias="permissionSelectPages">Select pages to modify their permissions</key>
Expand Down
2 changes: 1 addition & 1 deletion src/Umbraco.Core/EmbeddedResources/Lang/en_us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2179,7 +2179,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
<key alias="passwordIsDifferent">There was a difference between the new password and the confirmed password. Please
try again!
</key>
<key alias="passwordMismatch">The confirmed password doesn't match the new password!</key>
<key alias="passwordMismatch">There was a password mismatch!</key>
<key alias="passwordRequiresDigit">The password must have at least one digit ('0'-'9')</key>
<key alias="passwordRequiresLower">The password must have at least one lowercase ('a'-'z')</key>
<key alias="passwordRequiresNonAlphanumeric">The password must have at least one non alphanumeric character</key>
Expand Down
Loading