File tree 5 files changed +16
-6
lines changed
5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"searchbar" : {
3
- "placeholder" : " Search themes ..."
3
+ "placeholder" : " Enter search here ..."
4
4
},
5
5
"sortbutton" : {
6
6
"placeholder" : " Sort" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "plugins" : {
3
+ "header" : " Plugins" ,
4
+ "description" : " Browse and check out plugins to integrate into your chatbot!" ,
5
+ "how_plugins_work" : " How to use plugins"
6
+ },
7
+ "plugin_tooltip" : {
8
+ "plugin_usage" : " Plugins are maintained by their respective authors, separate from the chatbot core library. You may visit the plugin links to find out specific usage instructions."
9
+ }
10
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"themes" : {
3
3
"header" : " Themes" ,
4
- "select_multiple_themes_description " : " Browse, select and preview themes in the panel on the right!" ,
4
+ "description " : " Browse, select and preview themes in the panel on the right!" ,
5
5
"how_multiple_themes_work" : " How choosing multiple themes work" ,
6
6
"open_theme_preview" : " Open" ,
7
7
"close_theme_preview" : " Collapse"
Original file line number Diff line number Diff line change @@ -185,15 +185,15 @@ const Plugins: React.FC = () => {
185
185
{ t ( "plugins.header" ) }
186
186
</ Typography >
187
187
< Typography variant = "body2" color = "text.secondary" >
188
- { t ( "plugins.select_multiple_plugins_description " ) }
188
+ { t ( "plugins.description " ) }
189
189
</ Typography >
190
190
< GalleryTooltip
191
- content = { t ( "plugin_tooltip.multiple_plugins_usage " ) }
191
+ content = { t ( "plugin_tooltip.plugin_usage " ) }
192
192
placement = "right"
193
193
>
194
194
< Box display = "inline-flex" alignItems = "center" color = "primary.main" >
195
195
< Typography variant = "body2" sx = { { marginRight : "4px" } } >
196
- { t ( "plugins.how_multiple_plugins_work " ) }
196
+ { t ( "plugins.how_plugins_work " ) }
197
197
</ Typography >
198
198
< IconButton size = "small" color = "primary" >
199
199
< InfoIcon />
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ const Themes: React.FC = () => {
203
203
{ t ( "themes.header" ) }
204
204
</ Typography >
205
205
< Typography variant = "body2" color = "text.secondary" >
206
- { t ( "themes.select_multiple_themes_description " ) }
206
+ { t ( "themes.description " ) }
207
207
</ Typography >
208
208
< GalleryTooltip
209
209
content = { t ( "theme_tooltip.multiple_themes_usage" ) }
You can’t perform that action at this time.
0 commit comments