Skip to content

Commit 983a243

Browse files
author
masaton0216
committed
improve: ユーザ管理 項目詳細設定 表示する条件の記載テキストを調整
1 parent 27560c3 commit 983a243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Enums/ConditionalOperator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ class ConditionalOperator extends EnumsBase
1515

1616
// key/valueの連想配列
1717
const enum = [
18-
self::equals => '次の値と等しい',
19-
self::not_equals => '次の値と等しくない',
18+
self::equals => '次の値と一致する',
19+
self::not_equals => '次の値と一致しない',
2020
self::is_empty => '未入力である',
2121
self::is_not_empty => '未入力でない',
2222
];

0 commit comments

Comments
 (0)