summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/build/i18n.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/i18n.ts b/src/build/i18n.ts
index 98b5413a27..a6cc6c38ff 100644
--- a/src/build/i18n.ts
+++ b/src/build/i18n.ts
@@ -54,7 +54,7 @@ export default class Replacer {
}
public replacement(ctx, match, key) {
- const client = 'misskey/src/client/app/';
+ const client = '/src/client/app/';
let name = null;
const shouldEscape = key[0] == '!';