Skip to content

Commit 137ebc8

Browse files
committed
fixed typo
1 parent aad89a5 commit 137ebc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/less/_form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
<?php if (!$model->isNewRecord): ?>
7979
<?= Html::submitButton(
80-
FA::icon(FA::_SAVED) . ' '.
80+
FA::icon(FA::_SAVE) . ' '.
8181
Yii::t('prototype', 'Apply'),
8282
[
8383
'id' => 'apply-'.$model->formName(),

0 commit comments

Comments
 (0)