mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01:00
typo in storage message
Test Plan: I didn't put any skill points in spelling since I need combat skills to survive in a nuclear wasteland, but spell check says this is better. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D14522
This commit is contained in:
parent
a41b857882
commit
d5cb3cd277
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ abstract class PhabricatorStorageManagementWorkflow
|
||||||
if ($any_surplus) {
|
if ($any_surplus) {
|
||||||
$message[] = pht(
|
$message[] = pht(
|
||||||
'Some of these errors are caused by surplus schemata (extra '.
|
'Some of these errors are caused by surplus schemata (extra '.
|
||||||
'tables or columsn which Phabricator does not expect). These are '.
|
'tables or columns which Phabricator does not expect). These are '.
|
||||||
'not serious. For information on resolving these issues, see the '.
|
'not serious. For information on resolving these issues, see the '.
|
||||||
'"Surplus Schemata" section in the "Managing Storage Adjustments" '.
|
'"Surplus Schemata" section in the "Managing Storage Adjustments" '.
|
||||||
'article in the documentation.');
|
'article in the documentation.');
|
||||||
|
|
Loading…
Reference in a new issue