Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Aug 23, 2024
2 parents 7fffaf3 + 42f08d1 commit 0b3e03f
Show file tree
Hide file tree
Showing 2 changed files with 1,212 additions and 683 deletions.
2 changes: 1 addition & 1 deletion lib/ui/settings/company_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ class _CompanyDetailsState extends State<CompanyDetails>
Expanded(
child: AppButton(
width: double.infinity,
label: localization.uploadLogo.toUpperCase(),
label: localization.uploadLogoShort.toUpperCase(),
iconData: Icons.cloud_upload,
onPressed: () async {
if (state.settingsUIState.isChanged) {
Expand Down
Loading

0 comments on commit 0b3e03f

Please sign in to comment.