Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

Commit 5ca4cee

Browse files
authored
fix: wrong padding on the timezone block / missing terms (#9)
1 parent 6301e02 commit 5ca4cee

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

resources/lang/en/actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
'export_personal_data' => 'Export Personal Data',
88
'understand' => 'I Understand',
99
'update' => 'Update',
10-
10+
'select_timezone' => 'Select Timezone',
1111
];

resources/lang/en/pages.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@
1717
'update_timezone_title' => 'Timezone',
1818
'update_timezone_description' => 'Select a Timezone below and update it by clicking the update button.',
1919
'timezone_updated' => 'Timezone was successfully updated',
20-
20+
'password_information_title' => 'Password',
21+
'password_information_description' => 'Ensure your account is using a long, random password to stay secure.',
22+
'contact_information_title' => 'Contact Information',
23+
'contact_information_description' => "Update your account's contact information and email address.",
24+
'gdpr_title' => 'General Data Protection Regulation (GDPR)',
25+
'gdpr_description' => 'This will will create a zip containing all personal data to respect your right to data portability. You will receive the zip file on the email address linked to your Deployer account.',
2126
],
2227

2328
];

resources/views/profile/update-timezone-form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div>
2-
<div class="flex flex-col px-8 lg:p-8 xl:mx-8">
2+
<div class="flex flex-col">
33
<span class="text-2xl font-semibold text-theme-secondary-900">@lang('fortify::pages.user-settings.update_timezone_title')</span>
44
<span>@lang('fortify::pages.user-settings.update_timezone_description')</span>
55
<div>

0 commit comments

Comments
 (0)