diff --git a/lib/presentation/util/extensions/linshare_node_type_extension.dart b/lib/presentation/util/extensions/linshare_node_type_extension.dart index b9cf28432..e0d08e5a7 100644 --- a/lib/presentation/util/extensions/linshare_node_type_extension.dart +++ b/lib/presentation/util/extensions/linshare_node_type_extension.dart @@ -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; } } diff --git a/pubspec.yaml b/pubspec.yaml index 0231d44f2..675b36506 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 3.8.0 +version: 3.9.0 environment: sdk: ">=2.17.0 <3.0.0"