diff options
author | Joas Schilling <coding@schilljs.com> | 2025-02-26 09:54:32 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-02-26 15:06:47 +0100 |
commit | a5e6f46eb0fc13bcfe32231aeea774ec5a7bb3fb (patch) | |
tree | 5e696fdba34ded9f69f55901f8e85550b387cf5f /lib/private/Setup.php | |
parent | 5498f99b119d984ffaa359f39cf68ccc411fd7dc (diff) | |
download | nextcloud-server-a5e6f46eb0fc13bcfe32231aeea774ec5a7bb3fb.tar.gz nextcloud-server-a5e6f46eb0fc13bcfe32231aeea774ec5a7bb3fb.zip |
fix(l10n): Improve english source strings
- No leading/trailing whitespace
- Use asci single quote
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/private/Setup.php')
-rw-r--r-- | lib/private/Setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Setup.php b/lib/private/Setup.php index 36d4675c238..b7ba2f24eab 100644 --- a/lib/private/Setup.php +++ b/lib/private/Setup.php @@ -185,7 +185,7 @@ class Setup { $errors[] = [ 'error' => $this->l10n->t( 'Mac OS X is not supported and %s will not work properly on this platform. ' . - 'Use it at your own risk! ', + 'Use it at your own risk!', [$this->defaults->getProductName()] ), 'hint' => $this->l10n->t('For the best results, please consider using a GNU/Linux server instead.'), |