Merge branch 'cz-language' into 'develop'
improved Czech language localization + changed a few hard-coded strings to localized ones See merge request soapbox-pub/soapbox!1915
This commit is contained in:
@ -179,6 +179,7 @@ const ReportModal = ({ onClose }: IReportModal) => {
|
||||
<Modal
|
||||
title={<FormattedMessage id='report.target' defaultMessage='Reporting {target}' values={{ target: <strong>@{account.acct}</strong> }} />}
|
||||
onClose={onClose}
|
||||
cancelText={<FormattedMessage id='common.cancel' defaultMessage='Cancel' />}
|
||||
cancelAction={currentStep === Steps.THREE ? undefined : onClose}
|
||||
confirmationAction={handleNextStep}
|
||||
confirmationText={confirmationText}
|
||||
|
||||
Reference in New Issue
Block a user