Skip to content

Commit 3588ac7

Browse files
committed
changed app message catalogue
1 parent 4eab79c commit 3588ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/ModelTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,8 @@ public function rules()
260260
public function attributeLabels()
261261
{
262262
return [
263-
'id' => Yii::t('app', 'ID'),
264-
'title' => Yii::t('app', 'Title'),
263+
'id' => Yii::t('test-yii2-db', 'ID'),
264+
'title' => Yii::t('test-yii2-db', 'Title'),
265265
];
266266
}
267267
}

0 commit comments

Comments
 (0)