From ede3951309bd8685521a3d70ad684f5d91fbff96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Curcio?= Date: Mon, 1 Oct 2018 15:38:06 -0300 Subject: [PATCH] Adding Snapshots and translations --- .../__snapshots__/permalinkView.spec.tsx.snap | 23 +++++++++++++++++++ .../permalinkViewAssetNotFound.spec.tsx.snap | 23 +++++++++++++++++++ ...permalinkViewCommentNotFound.spec.tsx.snap | 23 +++++++++++++++++++ .../showAllReplies.spec.tsx.snap | 23 +++++++++++++++++++ src/locales/en-US/stream.ftl | 2 +- 5 files changed, 93 insertions(+), 1 deletion(-) diff --git a/src/core/client/stream/test/comments/__snapshots__/permalinkView.spec.tsx.snap b/src/core/client/stream/test/comments/__snapshots__/permalinkView.spec.tsx.snap index 4775e215c..5470f45b7 100644 --- a/src/core/client/stream/test/comments/__snapshots__/permalinkView.spec.tsx.snap +++ b/src/core/client/stream/test/comments/__snapshots__/permalinkView.spec.tsx.snap @@ -30,9 +30,32 @@ exports[`renders permalink view 1`] = ` Comments +
diff --git a/src/core/client/stream/test/comments/__snapshots__/permalinkViewAssetNotFound.spec.tsx.snap b/src/core/client/stream/test/comments/__snapshots__/permalinkViewAssetNotFound.spec.tsx.snap index 9f902fafd..c686a3275 100644 --- a/src/core/client/stream/test/comments/__snapshots__/permalinkViewAssetNotFound.spec.tsx.snap +++ b/src/core/client/stream/test/comments/__snapshots__/permalinkViewAssetNotFound.spec.tsx.snap @@ -30,9 +30,32 @@ exports[`renders permalink view with unknown asset 1`] = ` Comments +
diff --git a/src/core/client/stream/test/comments/__snapshots__/permalinkViewCommentNotFound.spec.tsx.snap b/src/core/client/stream/test/comments/__snapshots__/permalinkViewCommentNotFound.spec.tsx.snap index aec3aad12..8cda2da73 100644 --- a/src/core/client/stream/test/comments/__snapshots__/permalinkViewCommentNotFound.spec.tsx.snap +++ b/src/core/client/stream/test/comments/__snapshots__/permalinkViewCommentNotFound.spec.tsx.snap @@ -30,9 +30,32 @@ exports[`renders permalink view with unknown comment 1`] = ` Comments +
diff --git a/src/core/client/stream/test/comments/__snapshots__/showAllReplies.spec.tsx.snap b/src/core/client/stream/test/comments/__snapshots__/showAllReplies.spec.tsx.snap index 33cb84d6b..03d939fee 100644 --- a/src/core/client/stream/test/comments/__snapshots__/showAllReplies.spec.tsx.snap +++ b/src/core/client/stream/test/comments/__snapshots__/showAllReplies.spec.tsx.snap @@ -30,9 +30,32 @@ exports[`renders comment stream 1`] = ` Comments +
diff --git a/src/locales/en-US/stream.ftl b/src/locales/en-US/stream.ftl index d5b0fa249..4ae5fb6d3 100644 --- a/src/locales/en-US/stream.ftl +++ b/src/locales/en-US/stream.ftl @@ -73,4 +73,4 @@ comments-editedMarker-edited = Edited profile-historyComment-viewConversation = View Conversation profile-historyComment-replies = Replies {$replyCount} profile-historyComment-commentHistory = Comment History -profile-historyComment-story = Story {$title} +profile-historyComment-story = Story: {$title}