diff --git a/public/index.html b/public/index.html
index 87a7ab6..cbd6978 100644
--- a/public/index.html
+++ b/public/index.html
@@ -11,7 +11,7 @@ Github: https://github.com/lefuturiste
-
Forum virtuel des associations
+ Annuaire des associations
diff --git a/src/store/index.ts b/src/store/index.ts
index 59ba3ed..665172d 100644
--- a/src/store/index.ts
+++ b/src/store/index.ts
@@ -89,7 +89,7 @@ export default new Vuex.Store({
},
SET_TITLE (state: State, payload) {
state.title = payload
- window.document.title = state.title + ' | Panel forum des associations'
+ window.document.title = state.title + ' | Panel annuaire des associations'
},
ADD_ALERT (state: State, payload) {
state.alert = {