Closed
Description
The message here uses internal language:
"Error: A library can't opt out of non-nullable by default, when in nnbd-strong mode"
https://github.com/dart-lang/sdk/blob/master/pkg/front_end/messages.yaml#L1189
Please change this to use the external terms (sound null safety for strong, unsound null safety for weak, null safety for non-nullable):
"Error: A library can't opt out of null safety by default, when in using sound null safety"
A code search in the source shows several uses of the terms 'nndb-strong' and 'non-nullable' beyond this one.