From 41ae68d4cf7ecd254b3797e31e06b8a2ecd71552 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 13 May 2020 21:24:25 +0200 Subject: [PATCH] Frontend: Remove story flag code Signed-off-by: Michael Mayer --- frontend/src/component/p-photo-clipboard.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/component/p-photo-clipboard.vue b/frontend/src/component/p-photo-clipboard.vue index bc5655e33..922cf9bbb 100644 --- a/frontend/src/component/p-photo-clipboard.vue +++ b/frontend/src/component/p-photo-clipboard.vue @@ -174,7 +174,6 @@ share: this.$gettext("Share"), private: this.$gettext("Change private flag"), edit: this.$gettext("Edit"), - story: this.$gettext("Story"), addToAlbum: this.$gettext("Add to album"), removeFromAlbum: this.$gettext("Remove"), archive: this.$gettext("Archive"),