mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01:00
Adjust message in timezone conflict form
Summary: This applies a suggestion initially proposed in https://we.phorge.it/D25420#12264 Test Plan: - Change your browser/system timezone to differ from your Phorge profile timezone - Click the notice that Phorge shows at the bottom left about the timezone mismatch - Confirm that the form text has been changed as per the diff in this revision Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: aklapper, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25458
This commit is contained in:
parent
8507d3a950
commit
8092d90c79
1 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,8 @@ final class PhabricatorSettingsTimezoneController
|
||||||
->appendParagraph(
|
->appendParagraph(
|
||||||
pht(
|
pht(
|
||||||
'Your browser timezone (%s) differs from your profile timezone '.
|
'Your browser timezone (%s) differs from your profile timezone '.
|
||||||
'(%s). You can ignore this conflict or adjust your profile setting '.
|
'(%s). You can adjust your profile setting to match your browser, '.
|
||||||
'to match your client.',
|
'or ignore this conflict to keep your current profile setting.',
|
||||||
$this->formatOffset($client_offset),
|
$this->formatOffset($client_offset),
|
||||||
$this->formatOffset($server_offset)))
|
$this->formatOffset($server_offset)))
|
||||||
->appendForm($form)
|
->appendForm($form)
|
||||||
|
|
Loading…
Reference in a new issue