File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
client/packages/lowcoder/src Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments