diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/constants/result.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/constants/result.ts b/src/common/constants/result.ts index 229bc87..e9c47df 100644 --- a/src/common/constants/result.ts +++ b/src/common/constants/result.ts @@ -1,5 +1,5 @@ export const SHOWING_SELECTIONS = [ { key: "1", value: "", label: "Semua" }, { key: "2", value: "diff", label: "Selisih" }, - { key: "3", value: "not-diff", label: "Tidak Selisih" }, + { key: "3", value: "not-diff", label: "Aman" }, ]; |
