Translated to brazilian portuguese

This commit is contained in:
greenart7c3
2023-03-01 14:47:41 -03:00
parent f4b366c4bd
commit b77e1cf960
3 changed files with 177 additions and 3 deletions
@@ -612,7 +612,7 @@ fun NoteDropDownMenu(note: Note, popupExpanded: Boolean, onDismiss: () -> Unit,
note.author?.let { accountViewModel.hide(it, context) }
onDismiss()
}) {
Text("Report Hateful Speech")
Text(stringResource(R.string.report_hateful_speech))
}
DropdownMenuItem(onClick = {
accountViewModel.report(note, ReportEvent.ReportType.IMPERSONATION);