Migrate more strings to translation keys (#11694)
This commit is contained in:
parent
677854d318
commit
e1cfde0c6e
201 changed files with 21074 additions and 18552 deletions
|
@ -37,7 +37,7 @@ const BetaFeedbackDialog: React.FC<IProps> = ({ featureId, onFinished }) => {
|
|||
|
||||
return (
|
||||
<GenericFeatureFeedbackDialog
|
||||
title={_t("%(featureName)s Beta feedback", { featureName: info.title })}
|
||||
title={_t("labs|beta_feedback_title", { featureName: info.title })}
|
||||
subheading={info.feedbackSubheading ? _t(info.feedbackSubheading) : undefined}
|
||||
onFinished={onFinished}
|
||||
rageshakeLabel={info.feedbackLabel}
|
||||
|
@ -57,7 +57,7 @@ const BetaFeedbackDialog: React.FC<IProps> = ({ featureId, onFinished }) => {
|
|||
});
|
||||
}}
|
||||
>
|
||||
{_t("To leave the beta, visit your settings.")}
|
||||
{_t("labs|beta_feedback_leave_button")}
|
||||
</AccessibleButton>
|
||||
</GenericFeatureFeedbackDialog>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue