Skip to content

Commit

Permalink
update recovery message
Browse files Browse the repository at this point in the history
  • Loading branch information
lawmicha committed Apr 22, 2024
1 parent 4de0082 commit e8e8f50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct PluginErrorConstants {

static let missingStorageCategoryConfiguration: PluginErrorString = (
"Plugin is missing `Storage` category in configuration.",
"Add the `Storage` section to the plugin.")
"Add the `Storage` section to the configuration.")

static let missingBucket: PluginErrorString = (
"The 'Bucket' key is missing from the configuration",
Expand Down

0 comments on commit e8e8f50

Please sign in to comment.