This commit is contained in:
thororen1234 2024-11-03 12:05:09 -05:00
parent c2287a1d59
commit fe69a03e7c
26 changed files with 42 additions and 42 deletions

View file

@ -101,7 +101,7 @@ export default definePlugin({
predicate: () => settings.store.onLink,
},
{
find: ".NOT_LOADED:",
find: "#{intl::REPLY_QUOTE_MESSAGE_NOT_LOADED}",
replacement: {
// Should match two places
match: /(\i\.Clickable),\{/g,
@ -110,7 +110,7 @@ export default definePlugin({
predicate: () => settings.store.onReply,
},
{
find: "TEXT_LOW_CONTRAST})]",
find: "#{intl::MESSAGE_FORWARDED}",
replacement: {
match: /(\i\.Clickable),\{/,
replace: "$self.ForwardTooltip,{Component:$1,vcProps:arguments[0],"