mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed test to use nb-NO
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
fecd877e8b
commit
effd2bce24
|
@ -34,7 +34,7 @@ class SnipeTranslatorTest extends TestCase
|
|||
{
|
||||
$this->assertEquals(
|
||||
'Ingen sikkerhetskopier ble gjort ennå',
|
||||
trans('backup::notifications.no_backups_info',[],'no-NO'),
|
||||
trans('backup::notifications.no_backups_info',[],'nb-NO'),
|
||||
"Norwegian 'no backups info' message should be here"
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue