diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index f6969b35f..806d5303b 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -325,6 +325,7 @@ aboutMisskey: "Misskeyについて"
 aboutMisskeyText: "Misskeyはsyuiloによって2014年から開発されている、オープンソースのソフトウェアです。"
 misskeyMembers: "現在以下のメンバーによって開発・メンテナンスされています:"
 misskeySource: "ソースコードはここで公開されています:"
+misskeyDonate: "Misskeyに寄付をして、開発をサポートできます:"
 administrator: "管理者"
 token: "トークン"
 twoStepAuthentication: "二段階認証"
diff --git a/src/client/pages/about.vue b/src/client/pages/about.vue
index f25cd03cb..701f55c40 100644
--- a/src/client/pages/about.vue
+++ b/src/client/pages/about.vue
@@ -36,6 +36,8 @@
 			</span>
 			<div style="margin-top: 1em;">{{ $t('misskeySource') }}</div>
 			<a href="https://github.com/syuilo/misskey" target="_blank" style="color: var(--link);">https://github.com/syuilo/misskey</a>
+			<div style="margin-top: 1em;">{{ $t('misskeyDonate') }}</div>
+			<a href="https://www.patreon.com/syuilo" target="_blank" style="color: var(--link);">https://www.patreon.com/syuilo</a>
 		</div>
 	</section>
 </div>