diff --git a/components/profile/c_info_card.vue b/components/profile/c_info_card.vue
index 02473e3..e82e713 100644
--- a/components/profile/c_info_card.vue
+++ b/components/profile/c_info_card.vue
@@ -6,8 +6,8 @@
-
+
@@ -26,7 +26,7 @@
-
+ {{userdata.address}}
@@ -60,14 +60,14 @@
-
+
@@ -90,8 +90,8 @@
-
- mdi-map-markerNew York, NY
+
+ mdi-map-marker{{ userdata.address }}
@@ -329,7 +329,7 @@
-
@@ -359,7 +359,7 @@
-
+
Close
@@ -430,7 +430,7 @@
- {{
+ {{
$t('label.button.btnDisagree')
}}
diff --git a/static/js/c_card.js b/static/js/c_card.js
index b654895..870193b 100644
--- a/static/js/c_card.js
+++ b/static/js/c_card.js
@@ -129,6 +129,7 @@ export default {
if (this.userdata.picture == null) {
delete this.userdata.picture;
this.dialog5 = false;
+ this.dialog4 = false;
this.$store.dispatch("updateProfile", this.userdata);
}
},
diff --git a/static/js/profile.js b/static/js/profile.js
index a01c1ce..fbcfd21 100644
--- a/static/js/profile.js
+++ b/static/js/profile.js
@@ -1,3 +1,5 @@
+import { toISOString } from "core-js/core/date";
+
export default {
data: () => ({
valid: false,
@@ -57,7 +59,8 @@ export default {
updateProfileWithCreadentials() {
if (this.userdata.picture == null) {
delete this.userdata.picture;
- this.dialog = false;
+ this.dialog5 = false;
+ this.dialog4 = false;
this.$store.dispatch('updateProfile', this.userdata);
}
diff --git a/static/locales/content-en.json b/static/locales/content-en.json
index 2c63cbb..5bb7875 100644
--- a/static/locales/content-en.json
+++ b/static/locales/content-en.json
@@ -78,12 +78,12 @@
"btnhome": "Home",
"btnsave": "Save",
"btnFollow": "Follow",
- "btnupdateprofile": "updateprofile",
+ "btnupdateprofile": "Update Profile",
"btnsubmit": "Submit",
"btnSearch": "Search",
"btnSave": "Save",
"btnNo": "No",
- "btnDisagree": "I Dis Agree",
+ "btnDisagree": "I Disagree",
"btnAgree": "I Agree"
},
"message": {
diff --git a/static/locales/content-sw.json b/static/locales/content-sw.json
index 99a0b98..14df2ce 100644
--- a/static/locales/content-sw.json
+++ b/static/locales/content-sw.json
@@ -79,7 +79,7 @@
"btnhome": "Mwanzo",
"btnsave": "Hifadhi",
"btnNo": "Hapana",
- "btnupdateprofile": "sasisha wasifu",
+ "btnupdateprofile": "Sasisha Wasifu",
"btnFollow": "Fuata",
"btnclear": "Futa",
"btnsubmit": "Wasilisha",