diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue
index 392d4fa..4d9d85d 100644
--- a/src/layouts/MainLayout.vue
+++ b/src/layouts/MainLayout.vue
@@ -73,7 +73,7 @@
class="text-grey-6"
>
-
+
diff --git a/src/pages/HomePage.vue b/src/pages/HomePage.vue
index f063d8a..9c30e89 100644
--- a/src/pages/HomePage.vue
+++ b/src/pages/HomePage.vue
@@ -180,7 +180,7 @@ async function refreshSpot(spotId: number) {
async function onCheckIn() {
if (!currentSpot.value) return
if (dogs.currentDogId == null) {
- $q.notify({ color: 'warning', message: '먼저 우리 개를 등록해 주세요.', icon: 'pets', position: 'top' })
+ $q.notify({ color: 'warning', message: '먼저 우리 강아지를 등록해 주세요.', icon: 'pets', position: 'top' })
return
}
checkingIn.value = true
@@ -213,7 +213,7 @@ async function loadAiMates() {
async function onMatch(mate: Mate) {
if (dogs.currentDogId == null) {
- $q.notify({ color: 'warning', message: '먼저 우리 개를 등록해 주세요.', icon: 'pets', position: 'top' })
+ $q.notify({ color: 'warning', message: '먼저 우리 강아지를 등록해 주세요.', icon: 'pets', position: 'top' })
return
}
matchingDogId.value = mate.dogId
diff --git a/src/pages/LoginPage.vue b/src/pages/LoginPage.vue
index a1e6531..208e976 100644
--- a/src/pages/LoginPage.vue
+++ b/src/pages/LoginPage.vue
@@ -7,7 +7,7 @@
산책갈개
- 우리 개 성향에 맞는 동네 산책 메이트
+ 우리 강아지 성향에 맞는 동네 산책 메이트
diff --git a/src/pages/ProfilePage.vue b/src/pages/ProfilePage.vue
index 1b2cfe3..3056ab4 100644
--- a/src/pages/ProfilePage.vue
+++ b/src/pages/ProfilePage.vue
@@ -22,13 +22,13 @@
아직 등록된 강아지가 없어요.
-
+
@@ -89,7 +89,7 @@
- 우리 개 등록
+ 우리 강아지 등록