mirror of
https://github.com/friendica/friendica
synced 2025-04-23 05:50:11 +00:00
Fix warning text
This commit is contained in:
parent
b7a2b6b352
commit
6e4e2c4a82
2 changed files with 1 additions and 6 deletions
|
@ -116,7 +116,7 @@ class Summary extends BaseAdmin
|
|||
}
|
||||
|
||||
if (!DI::configFileManager()->dataIsWritable()) {
|
||||
$warningtext[] = DI::l10n()->t('Friendica\'s configuration store "%s" isn\'t writable. Until then database updates won't be applied automatically, admin settings and console configuration changes won't be saved.', ConfigFileManager::CONFIG_DATA_FILE);
|
||||
$warningtext[] = DI::l10n()->t('Friendica\'s configuration store "%s" isn\'t writable. Until then database updates won\'t be applied automatically, admin settings and console configuration changes won\'t be saved.', ConfigFileManager::CONFIG_DATA_FILE);
|
||||
}
|
||||
|
||||
// Check server vitality
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue