diff --git a/front/src/views/federation/LibraryList.vue b/front/src/views/federation/LibraryList.vue index c043d17b6..d627d65f4 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,