Extract string resource for Block / Report

This commit is contained in:
Akiomi Kamakura
2023-07-13 11:00:15 +09:00
parent ba50ec052b
commit cafe742cd8
3 changed files with 3 additions and 1 deletions
@@ -427,7 +427,7 @@ fun NoteDropDownMenu(note: Note, popupExpanded: Boolean, onDismiss: () -> Unit,
}
} else {
DropdownMenuItem(onClick = { reportDialogShowing = true }) {
Text("Block / Report")
Text(stringResource(R.string.block_report))
}
}
Divider()