File tree Expand file tree Collapse file tree
src/tests/components/admin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ describe("AdminSupportBanner", () => {
4242 const wrapper = mount ( AdminSupportBanner ) ;
4343
4444 expect ( wrapper . text ( ) ) . toContain (
45- "tr:Help keep Profile Fields sustainable ." ,
45+ "tr:Help sustain Profile Fields development ." ,
4646 ) ;
4747 expect ( wrapper . text ( ) ) . toContain (
4848 "tr:Profile Fields is open source under the AGPL license and maintained by the LibreCode team, creators of LibreSign." ,
4949 ) ;
5050 expect ( wrapper . text ( ) ) . toContain (
51- "tr:If your organization depends on it , please help us sustain its development and maintenance." ,
51+ "tr:If your organization depends on this app , please help fund ongoing development and maintenance." ,
5252 ) ;
5353 expect ( wrapper . text ( ) ) . toContain ( "tr:Sponsor LibreSign" ) ;
5454 expect ( wrapper . text ( ) ) . toContain ( "tr:Maybe later" ) ;
55- expect ( wrapper . text ( ) ) . toContain ( "tr:Give Profile Fields a ⭐ on GitHub" ) ;
55+ expect ( wrapper . text ( ) ) . toContain ( "tr:Star Profile Fields on GitHub ⭐ " ) ;
5656 expect ( wrapper . text ( ) ) . toContain (
57- "tr:Contact us for support or custom development" ,
57+ "tr:Contact us for support or custom development services " ,
5858 ) ;
5959 } ) ;
6060
You can’t perform that action at this time.
0 commit comments