mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 15:26:19 +00:00
[misc] fixed i18n; fixup for 'SeaTable Integration' (#5833)
This commit is contained in:
@@ -7,7 +7,7 @@ import './ai-search-help.css';
|
||||
export default function AISearchHelp() {
|
||||
return (
|
||||
<div className="ai-search-help">
|
||||
<div className="ai-search-help-title">{gettext('Is this answer helpful to you')}{':'}</div>
|
||||
<div className="ai-search-help-title">{gettext('Is this answer helpful to you?')}</div>
|
||||
<div className='ai-search-help-container'>
|
||||
<div className="ai-search-help-detail" key={1}>
|
||||
<Icon symbol='helpful' />
|
||||
|
Reference in New Issue
Block a user