diff --git a/README.md b/README.md index 277d7edd4..0bbec7652 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ _Add-ons are developed and maintained under **[Hoppscotch Organization](https:// - Entries are separated by newline - Keys and values are separated by `:` -- Prepend `//` to any row you want to add but keep disabled +- Prepend `#` to any row you want to add but keep disabled **For more features, please read our [documentation](https://docs.hoppscotch.io).** diff --git a/packages/hoppscotch-app/locales/en.json b/packages/hoppscotch-app/locales/en.json index c6dce1f75..19daed116 100644 --- a/packages/hoppscotch-app/locales/en.json +++ b/packages/hoppscotch-app/locales/en.json @@ -473,7 +473,7 @@ }, "state": { "bulk_mode": "Bulk edit", - "bulk_mode_placeholder": "Entries are separated by newline Keys and values are separated by : Prepend # to any row you want to add but keep disabled", + "bulk_mode_placeholder": "Entries are separated by newline\nKeys and values are separated by :\nPrepend # to any row you want to add but keep disabled", "cleared": "Cleared", "connected": "Connected", "connected_to": "Connected to {name}", diff --git a/packages/hoppscotch-app/locales/ru.json b/packages/hoppscotch-app/locales/ru.json index 5142b850f..16f80715b 100644 --- a/packages/hoppscotch-app/locales/ru.json +++ b/packages/hoppscotch-app/locales/ru.json @@ -468,7 +468,7 @@ }, "state": { "bulk_mode": "Множественное редактирование", - "bulk_mode_placeholder": "Entries are separated by newline\nKeys and values are separated by :\nPrepend // to any row you want to add but keep disabled", + "bulk_mode_placeholder": "Entries are separated by newline\nKeys and values are separated by :\nPrepend # to any row you want to add but keep disabled", "cleared": "Очищено", "connected": "Связаны", "connected_to": "Подключено к {name}",