mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-19 09:51:35 +02:00
Move locales to single json files & Replace laravel-vue-i18n with vue-i18n
This commit is contained in:
@@ -72,7 +72,7 @@ class SignedInWithNewDeviceNotificationTest extends FeatureTestCase
|
||||
);
|
||||
|
||||
$this->assertStringContainsString(
|
||||
__('admin.browser_on_platform', ['browser' => 'Firefox', 'platform' => 'Windows']),
|
||||
__('message.admin.browser_on_platform', ['browser' => 'Firefox', 'platform' => 'Windows']),
|
||||
$mail
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user