Skip to content

Commit

Permalink
LA-1217 Fix: Fixed wrong create workspace button text translation key
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat committed Feb 27, 2024
1 parent 0bf66c1 commit 9aa14b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ extension LinShareNodeTypeExtension on LinShareNodeType {
case LinShareNodeType.DRIVE:
return AppLocalizations.of(context).create_drive;
case LinShareNodeType.WORK_GROUP:
return AppLocalizations.of(context).create_workgroup;
return AppLocalizations.of(context).create_new_workgroup;
case LinShareNodeType.WORK_SPACE:
return AppLocalizations.of(context).create_workspace;
return AppLocalizations.of(context).create_new_workspace;
}
}

Expand Down

0 comments on commit 9aa14b8

Please sign in to comment.