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
|
@ -57,7 +57,7 @@ const FeedbackDialog: React.FC<IProps> = (props: IProps) => {
|
|||
|
||||
Modal.createDialog(InfoDialog, {
|
||||
title: _t("feedback|sent"),
|
||||
description: _t("Thank you!"),
|
||||
description: _t("bug_reporting|thank_you"),
|
||||
});
|
||||
}
|
||||
props.onFinished();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue