1
0
Fork 0
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:
Waldir Pimenta 2023-11-09 23:05:28 +00:00
parent 8507d3a950
commit 8092d90c79

View file

@ -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)