diff --git a/CHANGELOG.md b/CHANGELOG.md
index d233b3d..6d54ac8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -51,6 +51,7 @@ v2.0
- Fix FLEXIAPI-330 Remove the ConfirmedRegistration email and related code
- Fix FLEXIAPI-324 Add an app setup wizard page
- Fix FLEXIAPI-335 Safari rendering issues with font icons
+- Fix FLEXIAPI-336 Fix broken ph icons
v1.6
----
diff --git a/flexiapi/resources/views/admin/account/activity/index.blade.php b/flexiapi/resources/views/admin/account/activity/index.blade.php
index f8bd80d..c8a4ab4 100644
--- a/flexiapi/resources/views/admin/account/activity/index.blade.php
+++ b/flexiapi/resources/views/admin/account/activity/index.blade.php
@@ -114,7 +114,7 @@
diff --git a/flexiapi/resources/views/admin/account/parts/badges.blade.php b/flexiapi/resources/views/admin/account/parts/badges.blade.php
index 03b9002..eb25741 100644
--- a/flexiapi/resources/views/admin/account/parts/badges.blade.php
+++ b/flexiapi/resources/views/admin/account/parts/badges.blade.php
@@ -1,5 +1,5 @@
@if ($account->activated)
-
+
@endif
@if ($account->superAdmin)
Super Adm.
@@ -7,5 +7,5 @@
Adm.
@endif
@if ($account->blocked)
-
+
@endif
\ No newline at end of file
diff --git a/flexiapi/resources/views/admin/api_key/index.blade.php b/flexiapi/resources/views/admin/api_key/index.blade.php
index 83367d7..2f05d95 100644
--- a/flexiapi/resources/views/admin/api_key/index.blade.php
+++ b/flexiapi/resources/views/admin/api_key/index.blade.php
@@ -39,7 +39,7 @@
{{ __('Activity expiration delay') }}: {{ $api_key->expires_after_last_used_minutes ? $api_key->expires_after_last_used_minutes . ' min' : __('Never')}} | {{ __('Last used') }}: {{ $api_key->last_used_at ?? __('Never') }}
{{ __('Created') }}
- {{ __('Via') }}
+ {{ __('Via') }}
{{ __('Used on') }}
@if ($space->emailServer) diff --git a/flexiapi/resources/views/admin/space/show.blade.php b/flexiapi/resources/views/admin/space/show.blade.php index b456dbd..5acf749 100644 --- a/flexiapi/resources/views/admin/space/show.blade.php +++ b/flexiapi/resources/views/admin/space/show.blade.php @@ -30,7 +30,7 @@
{{ $space->accounts()->count() }} @@ -43,7 +43,7 @@ @endif
Expired
diff --git a/flexiapi/resources/views/layouts/main.blade.php b/flexiapi/resources/views/layouts/main.blade.php index 18600a8..438464d 100644 --- a/flexiapi/resources/views/layouts/main.blade.php +++ b/flexiapi/resources/views/layouts/main.blade.php @@ -48,7 +48,7 @@ @endif - {{ __('About') }} + {{ __('About') }} @if (auth()->user()) diff --git a/flexiapi/resources/views/parts/call_logs/table.blade.php b/flexiapi/resources/views/parts/call_logs/table.blade.php index e07633b..9dc09c3 100644 --- a/flexiapi/resources/views/parts/call_logs/table.blade.php +++ b/flexiapi/resources/views/parts/call_logs/table.blade.php @@ -3,7 +3,7 @@
- {{ __('Recover your account using your email') }}
+ {{ __('Recover your account using your email') }}
@if (space()->phone_registration)
{{ __('Use the mobile app to recover your account using your phone number') }}
@endif
- {{ __('Login using a QRCode') }}
+ {{ __('Login using a QRCode') }}
- {{ __('I accept the Terms and Conditions') }}
+ {{ __('I accept the Terms and Conditions') }}
@if (config('app.privacy_policy_url', null) != null)
-
{{ __('I accept the Privacy policy') }}
+
{{ __('I accept the Privacy policy') }}
@endif