Skip to content

Commit

Permalink
Merge pull request #23218 from frappe/version-13-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
surajshetty3416 committed Nov 15, 2023
2 parents a0a8996 + 8e28db4 commit f1fa30d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frappe/public/js/frappe/file_uploader/FileUploader.vue
Expand Up @@ -291,7 +291,7 @@ export default {
// otherwise this is likely an extension
if (type[0] === '.') {
return file.name.endsWith(type);
return file.name.toLowerCase().endsWith(type.toLowerCase());
}
return false;
});
Expand Down
2 changes: 1 addition & 1 deletion frappe/translations/de.csv
Expand Up @@ -3906,7 +3906,7 @@ Javascript,Javascript,
Ldap settings,LDAP Einstellungen,
Mobile number,Handynummer,
Mx,Mx,
No,Kein,
No,Nein,
Not found,Nicht gefunden,
Notes:,Anmerkungen:,
Notify by email,Per E-Mail benachrichtigen,
Expand Down

0 comments on commit f1fa30d

Please sign in to comment.