From da447f40cf12fc6ba85ed9314fba290580aa036e Mon Sep 17 00:00:00 2001 From: Baptiste Gelez <baptiste@gelez.xyz> Date: Sun, 22 Jul 2018 12:32:40 +0000 Subject: [PATCH] Fix a small grammatical error --- front/src/views/federation/LibraryList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/views/federation/LibraryList.vue b/front/src/views/federation/LibraryList.vue index c043d17b..d627d65f 100644 --- a/front/src/views/federation/LibraryList.vue +++ b/front/src/views/federation/LibraryList.vue @@ -119,7 +119,7 @@ export default { }, computed: { labels () { - let searchPlaceholder = this.$gettext('Enter an library domain name...') + let searchPlaceholder = this.$gettext('Enter a library domain name...') let title = this.$gettext('Libraries') return { searchPlaceholder, -- GitLab