Skip to content

Commit

Permalink
l10n: Correct spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
  • Loading branch information
Valdnet authored May 24, 2021
1 parent a41b67c commit 33fe944
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default {
}
if (this.appStoreFailed) {
return t('updatenotification', 'Could not connect to the App Store or returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the App Store.')
return t('updatenotification', 'Could not connect to the App Store or no updates have been returned at all. Search manually for updates or make sure your server has access to the internet and can connect to the App Store.')
}
return this.missingAppUpdates.length === 0
Expand Down

0 comments on commit 33fe944

Please sign in to comment.