summaryrefslogtreecommitdiff
path: root/src/common/constants/result.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/constants/result.ts')
-rw-r--r--src/common/constants/result.ts2
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" },
];