From ce560c577f04e88c27e9b8a86086f0a37e3a2f46 Mon Sep 17 00:00:00 2001 From: Richard Lewis Date: Thu, 22 Feb 2018 15:20:51 +0000 Subject: [PATCH] Fix link spacing --- src/components/views/rooms/Stickerpack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/rooms/Stickerpack.js b/src/components/views/rooms/Stickerpack.js index 983a357d86..e7403c3787 100644 --- a/src/components/views/rooms/Stickerpack.js +++ b/src/components/views/rooms/Stickerpack.js @@ -39,7 +39,7 @@ export default class Stickerpack extends React.Component { this.defaultStickersContent = (

{ _t("You don't currently have any stickerpacks enabled") }

-

{ _t("Click") } { _t("here") } { _t("to add some!") }

+

{ _t("Click") } { _t("here") } { _t("to add some!") }

{_t('Add
);