diff --git a/src/modules/chat/actions/components/edit-copy.vue b/src/modules/chat/actions/components/edit-copy.vue
index 1dfbedfd..16f7a6d3 100644
--- a/src/modules/chat/actions/components/edit-copy.vue
+++ b/src/modules/chat/actions/components/edit-copy.vue
@@ -16,6 +16,10 @@
{{ t('setting.actions.variables', 'Available Variables: {vars}', {vars}) }}
+
+
+ {{ t('setting.actions.formats', 'Available Formatters: {fmts}', {fmts}) }}
+
@@ -23,7 +27,7 @@
\ No newline at end of file
diff --git a/src/modules/chat/actions/components/edit-url.vue b/src/modules/chat/actions/components/edit-url.vue
index 289f637c..77c26541 100644
--- a/src/modules/chat/actions/components/edit-url.vue
+++ b/src/modules/chat/actions/components/edit-url.vue
@@ -16,6 +16,10 @@
{{ t('setting.actions.variables', 'Available Variables: {vars}', {vars}) }}
+
+
+ {{ t('setting.actions.formats', 'Available Formatters: {fmts}', {fmts}) }}
+
@@ -23,7 +27,7 @@
\ No newline at end of file