initialStructureMsg top-level constant

String const initialStructureMsg

Text string variables used for informing the user about the creatiion of different resources.

Implementation

const initialStructureMsg = 'We notice that you have either created'
    ' a new Solid Pod or your Pod has some missing files/folders'
    ' (called resources).'
    ' We will now setup the required resources to fully support'
    ' the app functionalities.';