+
+ {{ $t('findSpeaker.noResults') }}
+
+
diff --git a/web/src/i18n/locales/en.json b/web/src/i18n/locales/en.json
index 4830c3b0..7df913cd 100644
--- a/web/src/i18n/locales/en.json
+++ b/web/src/i18n/locales/en.json
@@ -49,7 +49,11 @@
},
"findSpeaker": {
"title": "Find a speaker",
- "pronouns": "Pronouns: {0}"
+ "pronouns": "Pronouns: {0}",
+ "topics": "Topic",
+ "places": "Prefecture",
+ "searchPlaceholder": "Start typing to Search",
+ "noResults": "No speakers found"
},
"footer": {
"title": "SpeakHer Japan 2020",
diff --git a/web/src/views/FindSpeaker.vue b/web/src/views/FindSpeaker.vue
index bb76dae6..0922290e 100644
--- a/web/src/views/FindSpeaker.vue
+++ b/web/src/views/FindSpeaker.vue
@@ -3,8 +3,8 @@