Skip to content

Commit 87c88e2

Browse files
small translation fix
1 parent 74c3e85 commit 87c88e2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

client/packages/lowcoder/src/i18n/locales/en.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3132,7 +3132,8 @@ export const en = {
31323132
"whatsNewLinkHelp": "Provide a valid URL that users can visit for your news.",
31333133
"deleteBranding": "Delete Branding",
31343134
"deleteBrandingContent": "Are you sure you want to delete \"{orgName}\" branding?",
3135-
"fetchBrandingError": "Something went wrong while fetching branding details. Please try again."
3135+
"fetchBrandingError": "Something went wrong while fetching branding details. Please try again.",
3136+
"upload": "Upload"
31363137
},
31373138
"networkMessage": {
31383139
"200": "Success",

client/packages/lowcoder/src/pages/setting/branding/BrandingSetting.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ export function BrandingSetting() {
299299
} catch(e) {
300300
setBrandingConfig(undefined);
301301
setDefaultBrandingConfig(undefined);
302-
message.error(trans("branding.fetchBrandingError"));
302+
// message.error(trans("branding.fetchBrandingError"));
303303
}
304304
}
305305

0 commit comments

Comments
 (0)