From 89e0109cba774cbd1192b89dfb8b16fbcfc6bd2e Mon Sep 17 00:00:00 2001 From: cutls Date: Sun, 11 Dec 2022 17:56:05 +0900 Subject: [PATCH] google to mastodon providing api --- app/js/tl/datails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/tl/datails.js b/app/js/tl/datails.js index 0ff3029e..d730f8b5 100644 --- a/app/js/tl/datails.js +++ b/app/js/tl/datails.js @@ -602,7 +602,7 @@ function staCopy(id) { function trans(tar, to, elem) { var id = elem.parents('.cvo').attr('toot-id') //alert(id) - $('#toot-this .additional').text('Loading...(Powered by Google Translate)') + $('#toot-this .additional').text('Loading...(Powered by Mastodon API)') var domain = localStorage.getItem('domain_' + acct_id) if (localStorage.getItem('mode_' + domain) == 'misskey') { return false