Skip to content

Commit

Permalink
Update i18n-types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Oct 20, 2023
1 parent 6a8f2cf commit 959b786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/i18n/i18n-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ type RootTranslation = {
*/
landingFeatureOpenSourceTitle: string;
/**
* R​e​m​o​t​e​ ​t​e​a​m​ ​c​o​l​l​a​b​o​r​a​t​i​o​n​ ​w​i​t​h​ ​r​e​a​l​t​i​m​e​ ​a​g​i​l​e​ ​s​t​o​r​y​ ​p​o​i​n​t​i​n​g​,​ ​n​o​ ​c​o​s​t​ ​a​n​d​ ​a​d​ ​f​r​e​e​!
* R​e​m​o​t​e​ ​t​e​a​m​ ​c​o​l​l​a​b​o​r​a​t​i​o​n​ ​w​i​t​h​ ​a​g​i​l​e​ ​s​t​o​r​y​ ​p​o​i​n​t​i​n​g​,​ ​s​p​r​i​n​t​ ​r​e​t​r​o​s​p​e​c​t​i​v​e​,​ ​s​t​o​r​y​ ​m​a​p​p​i​n​g​ ​a​n​d​ ​a​s​y​n​c​ ​t​e​a​m​ ​c​h​e​c​k​-​i​n​.
*/
landingSalesPitch: string;
/**
Expand Down Expand Up @@ -3154,7 +3154,7 @@ export type TranslationFunctions = {
*/
landingFeatureOpenSourceTitle: () => LocalizedString;
/**
* Remote team collaboration with realtime agile story pointing, no cost and ad free!
* Remote team collaboration with agile story pointing, sprint retrospective, story mapping and async team check-in.
*/
landingSalesPitch: () => LocalizedString;
/**
Expand Down

0 comments on commit 959b786

Please sign in to comment.