mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
Make branding configurable (#173)
* Remove orphan function * Add centralized branding helpers and update locales * Remove _plus and add (proper) brand * No longer Sure, configurable * Consistency with compose file naming * Missed `product_name` mapping * Fix brand/product name in mailers * Product name in email reset flow * Fix i18n errors/tests * Fix password mailer brand/product name (again) * Missed hardcoded `Sure` in onboarding goals Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Juan José Mata <jjmata@jjmata.com> * PR nitpick on documentation * Missing interpolation key for invited UI * Orphan assets * New logos --------- Signed-off-by: Juan José Mata <jjmata@jjmata.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
@@ -38,7 +38,7 @@ class OnboardingsTest < ApplicationSystemTestCase
|
||||
|
||||
# Should redirect to goals page
|
||||
assert_current_path goals_onboarding_path
|
||||
assert_text "What brings you to Sure?"
|
||||
assert_text "What brings you here?"
|
||||
end
|
||||
|
||||
test "preferences page renders chart without errors" do
|
||||
@@ -137,7 +137,7 @@ class OnboardingsTest < ApplicationSystemTestCase
|
||||
|
||||
visit goals_onboarding_path
|
||||
|
||||
assert_text "What brings you to Sure?"
|
||||
assert_text "What brings you here?"
|
||||
assert_button "Next"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user