-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TTYG help texts and some other minor touches (#1638)
## What - Updated various TTYG help texts - Wrap explain agent instructions - (not just TTYG) Updated many French translations to have a space after a colon (French orthography rule) - Less space between icon and text on TTYG initial screen create agent button ## Why - Better usability - Accurate translations ## How - Mostly translation files - A bit of html/css Co-authored-by: Pavel Mihaylov <pavel@ontotext.com> Co-authored-by: Svilen Velikov <51084653+svilenvelikov@users.noreply.github.com>
- Loading branch information
1 parent
ba51a66
commit 5e28274
Showing
10 changed files
with
96 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<div class="ot-view-info"> | ||
<h5>{{'ttyg.help.what.title' | translate}}</h5> | ||
<p> | ||
{{'ttyg.help.what.content' | translate}} | ||
<p ng-bind-html="'ttyg.help.what.content' | translate | trustAsHtml"> | ||
</p> | ||
|
||
<h5>{{'ttyg.help.how.title' | translate}}</h5> | ||
<p> | ||
{{'ttyg.help.how.content' | translate}} | ||
<p ng-bind-html="'ttyg.help.how.content1' | translate | trustAsHtml"> | ||
</p> | ||
<p ng-bind-html="'ttyg.help.how.content2' | translate | trustAsHtml"> | ||
</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters