diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 8f01d31..e3b25d2 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ - Slim Budget - Slim Budget + 돈돼지 가계부 + 돈돼지 가계부 kr.sblog.slimbudget kr.sblog.slimbudget diff --git a/capacitor.config.json b/capacitor.config.json index 21d4c7e..77ca67f 100644 --- a/capacitor.config.json +++ b/capacitor.config.json @@ -1,6 +1,6 @@ { "appId": "kr.sblog.slimbudget", - "appName": "Slim Budget", + "appName": "돈돼지 가계부", "webDir": "dist", "server": { "cleartext": true diff --git a/electron/main.cjs b/electron/main.cjs index 04e22c5..7ad2be5 100644 --- a/electron/main.cjs +++ b/electron/main.cjs @@ -6,7 +6,7 @@ const fs = require('fs') const path = require('path') // 네이티브 대화상자(alert/confirm) 제목은 app.getName() 을 쓴다 → package.json name('sb_pt') 대신 표기. -app.setName('Slim Budget') +app.setName('돈돼지 가계부') const APP_URL = 'https://app.sblog.kr' @@ -33,7 +33,7 @@ function saveState(win) { // 오프라인/로드 실패 시 안내 화면 (다시 시도 버튼) function offlineHtml() { - const html = `Slim Budget + const html = `돈돼지 가계부