Skip to content

Commit

Permalink
Don't use hindi for india (#7156)
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD authored Nov 11, 2024
1 parent 7bfbba1 commit fdd166d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/bootcamp/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- if @has_discount
#discount-bar
.flag= flag_for_country_code(@country_code_2)
- if @hello
- if @hello.present?
%strong #{@hello}!
Everyone in #{@country_name} gets a
%strong.inline #{@discount_percentage}% discount!
Expand Down
2 changes: 1 addition & 1 deletion config/bootcamp.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
],
"IN": [
"India",
"नमस्ते",
"",
"34.99",
"24.99",
"https://buy.stripe.com/9AQ3dg0plcyBgLu14T",
Expand Down

0 comments on commit fdd166d

Please sign in to comment.