Ver código fonte

Reword set category dialog confirmation to "OK"

Closes #8878
arkon 2 anos atrás
pai
commit
741c10e0b9

+ 1 - 1
app/src/main/java/eu/kanade/presentation/components/ChangeCategoryDialog.kt

@@ -80,7 +80,7 @@ fun ChangeCategoryDialog(
                         )
                     },
                 ) {
-                    Text(text = stringResource(R.string.action_add))
+                    Text(text = stringResource(android.R.string.ok))
                 }
             }
         },