Skip to content

Commit 2c97504

Browse files
authored
[fix] bundle properties placeholder format (#8115)
Single-quotes have a special meaning in properties bundles and so we need to use `"`. ![image](https://github.com/user-attachments/assets/40df2c5a-9675-46c7-a15d-cc7a061344af) --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide]([https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](#8098)). </details>
1 parent 894af53 commit 2c97504

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flutter-idea/src/io/flutter/FlutterBundle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,8 @@ npw_platform_web=Web
230230
npw_platform_windows=Windows
231231
npw_platform_selection_help=When created, the new project will run on the selected platforms (others can be added later).
232232
npw_none_selected_error=At least one platform must be selected
233-
npw_invalid_org_error=Invalid organization name: '{0}' - cannot end in '.'.
234-
npw_invalid_desc_error=Invalid package description: '{0}' - cannot contain the sequence ': '.
233+
npw_invalid_org_error=Invalid organization name: "{0}" - cannot end in ".".
234+
npw_invalid_desc_error=Invalid package description: "{0}" - cannot contain the sequence ": ".
235235
flutter.module.create.settings.platforms.label=Platforms:
236236
flutter.sdk.invalid.json.error=Invalid Json from flutter config
237237
change.color.command.text=Change Color

0 commit comments

Comments
 (0)