Skip to content

Commit 32a0822

Browse files
committed
Add missing punctuation to text descriptions
1 parent dae365c commit 32a0822

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

resources/views/livewire/profile.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class="size-24 rounded-full"
2222

2323
<div class="block space-y-1.5">
2424
<div class="text-smd font-medium">
25-
Visit Gravatar to change your avatar
25+
Visit Gravatar to change your avatar.
2626
</div>
2727

2828
<a
@@ -84,7 +84,7 @@ class="xs:max-w-30 ml-auto w-full text-xs/3"
8484
</div>
8585

8686
<div class="text-smd">
87-
Manage your linking social accounts
87+
Manage your linking social accounts.
8888
</div>
8989
</div>
9090

resources/views/livewire/security/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class="xs:max-w-30 ml-auto w-full text-xs/3"
5555
</div>
5656

5757
<div class="text-smd">
58-
Enable or Disable Two-Factor Authentication
58+
Enable or Disable Two-Factor Authentication.
5959
</div>
6060
</div>
6161

resources/views/livewire/security/two-factor.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</div>
99

1010
<div class="text-smd">
11-
Keep your recovery codes safely for unauthorization access
11+
Keep your recovery codes safely for unauthorization access.
1212
</div>
1313
</div>
1414

@@ -42,7 +42,7 @@ class="xs:max-w-30 ml-auto w-full text-xs/3"
4242
</div>
4343

4444
<div class="text-smd text-[#b85450]">
45-
When you disable two-factor authentication, you will be never prompted again for entering authentication
45+
When you disable two-factor authentication, you will be never prompted again for entering authentication.
4646
code.
4747
</div>
4848
</div>

resources/views/livewire/users/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</div>
77

88
<div class="text-smd">
9-
Update their account information and settings here
9+
Update their account information and settings here.
1010
</div>
1111
</div>
1212

resources/views/livewire/users/profile.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class="xs:max-w-30 ml-auto w-full text-xs/3"
5858
</div>
5959

6060
<div class="text-smd">
61-
Manage user linking social accounts
61+
Manage user linking social accounts.
6262
</div>
6363
</div>
6464

@@ -102,7 +102,7 @@ class="xs:max-w-30 ml-auto w-full text-xs/3"
102102

103103
<div class="text-smd text-[#b85450]">
104104
When you disable two-factor authentication, this user will be never prompted again for entering
105-
authentication
105+
authentication.
106106
code.
107107
</div>
108108
</div>

0 commit comments

Comments
 (0)