Tweak some spaces copy

This commit is contained in:
Michael Telatynski
2021-03-25 13:24:16 +00:00
parent b6a57f73c6
commit 3ce9db162e
3 changed files with 11 additions and 7 deletions
@@ -111,7 +111,7 @@ const Tile: React.FC<ITileProps> = ({
let button;
if (myMembership === "join") {
button = <AccessibleButton onClick={onPreviewClick} kind="primary_outline">
{ _t("Open") }
{ _t("View") }
</AccessibleButton>;
} else if (onJoinClick) {
button = <AccessibleButton onClick={onJoinClick} kind="primary">