diff --git a/src/cljc/orcpub/dnd/e5/options.cljc b/src/cljc/orcpub/dnd/e5/options.cljc index ea62ef825..b50518ac3 100644 --- a/src/cljc/orcpub/dnd/e5/options.cljc +++ b/src/cljc/orcpub/dnd/e5/options.cljc @@ -2888,7 +2888,7 @@ (merge {:name "Race" :order 0 - :help "Race determines your appearance and helps shape your culture and background. It also affects you ability scores, size, speed, languages, and many other crucial inherent traits." + :help "Race determines your appearance and helps shape your culture and background. It also affects your ability scores, size, speed, languages and many other crucial inherent traits." :tags #{:race}} cfg))) diff --git a/src/cljc/orcpub/dnd/e5/template.cljc b/src/cljc/orcpub/dnd/e5/template.cljc index dd222c513..de8c957cb 100644 --- a/src/cljc/orcpub/dnd/e5/template.cljc +++ b/src/cljc/orcpub/dnd/e5/template.cljc @@ -1527,7 +1527,7 @@ (opt5e/class-selection {:help [:div [:p "Class is your adventuring vocation. It determines many of your special talents, including weapon, armor, skill, saving throw, and tool proficiencies. It also provides starting equipment options. When you gain levels, you gain them in a particular class."] - [:p.m-t-10 "Select your class using the selector at the top of the 'Class' section. Multiclassing is uncommon, but you may multiclass by clicking the 'Add Class' button at the end of the 'Class' section."]] + [:p.m-t-10 "Select your class using the selector at the top of the 'Class' section. Multiclassing is uncommon, but you may multiclass by clicking the 'Add Levels in Another Class' button at the end of the 'Class' section."]] :max nil :sequential? false :options classes}) diff --git a/src/cljs/orcpub/character_builder.cljs b/src/cljs/orcpub/character_builder.cljs index f2d61a5c0..95f857c21 100644 --- a/src/cljs/orcpub/character_builder.cljs +++ b/src/cljs/orcpub/character_builder.cljs @@ -1453,7 +1453,7 @@ (defn add-subclass-component [] (info-block [:span - [:span (str srd-prefix "Don't see a class or class here that you want to use?")] + [:span (str srd-prefix "Don't see a class or subclass here that you want to use?")] [:div.m-t-5 [:span.pointer.underline.orange {:on-click #(dispatch [:route routes/dnd-e5-class-builder-page-route])} diff --git a/src/cljs/orcpub/dnd/e5/views.cljs b/src/cljs/orcpub/dnd/e5/views.cljs index ec5d4abc1..f886eefa5 100644 --- a/src/cljs/orcpub/dnd/e5/views.cljs +++ b/src/cljs/orcpub/dnd/e5/views.cljs @@ -528,7 +528,7 @@ :route routes/dnd-e5-class-builder-page-route} {:name "Subclass Builder" :route routes/dnd-e5-subclass-builder-page-route} - {:name "Elritch Invocation Builder" + {:name "Eldritch Invocation Builder" :route routes/dnd-e5-invocation-builder-page-route} {:name "Selection Builder" :route routes/dnd-e5-selection-builder-page-route}]]]]]]))