Create more action_*
common strings (#11438)
This commit is contained in:
parent
e79b03a2df
commit
d5cacff6c3
202 changed files with 2046 additions and 2105 deletions
|
@ -80,7 +80,7 @@ export default class AsyncWrapper extends React.Component<IProps, IState> {
|
|||
<BaseDialog onFinished={this.props.onFinished} title={_t("common|error")}>
|
||||
{_t("Unable to load! Check your network connectivity and try again.")}
|
||||
<DialogButtons
|
||||
primaryButton={_t("Dismiss")}
|
||||
primaryButton={_t("action|dismiss")}
|
||||
onPrimaryButtonClick={this.onWrapperCancelClick}
|
||||
hasCancel={false}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue