45320 - iOS when a module is copied from a Desktop project, string constants should be made Text
I am porting a project from Desktop to iOS.
I have a module containing string dynamic constants. Instead of having to set each of them to Text separately, it would be nice either to be able to change the type for all selected constants;, or more simply, that string constants be loaded as Text constants.