You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticfinalStringDESCRIPTION_OF_CONTENT = "A basic sentence in the native English language, and that sentence translated into the target language";
29
+
publicstaticfinalStringDESCRIPTION_OF_CONTENT = "A basic sentence in the source language, and that sentence translated into the target language";
30
30
31
31
/**
32
32
* A JSON structure template for creating flashcards.
33
33
* It uses the {@link StringUtils#createJsonComponent} utility to generate the components.
publicstaticfinalStringDESCRIPTION_OF_CONTENT = "The word translated into the native language of English, the word itself, and a very basic sentence using the target word in the target language";
33
+
publicstaticfinalStringDESCRIPTION_OF_CONTENT = "The word translated into the source language, the word itself, and a very basic sentence using the target word in the target language";
34
34
35
35
/**
36
36
* A JSON structure template for creating flashcards.
37
37
* It uses the {@link StringUtils#createJsonComponent} utility to generate the components.
0 commit comments