Create more common_* common strings (#11439)
This commit is contained in:
committed by
GitHub
parent
df4a2218d7
commit
aa6e3654b8
@@ -61,12 +61,12 @@ export const BetaPill: React.FC<IBetaPillProps> = ({
|
||||
}
|
||||
onClick={onClick}
|
||||
>
|
||||
{_t("Beta")}
|
||||
{_t("common|beta")}
|
||||
</AccessibleTooltipButton>
|
||||
);
|
||||
}
|
||||
|
||||
return <span className="mx_BetaCard_betaPill">{_t("Beta")}</span>;
|
||||
return <span className="mx_BetaCard_betaPill">{_t("common|beta")}</span>;
|
||||
};
|
||||
|
||||
const BetaCard: React.FC<IProps> = ({ title: titleOverride, featureId }) => {
|
||||
|
||||
Reference in New Issue
Block a user