Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Mobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
176
Issues
176
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Minds
Minds Mobile
Commits
6b4a3743
Commit
6b4a3743
authored
1 day ago
by
Martin Santangelo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(feat) move custom donation text to language files
parent
563e5abd
epic/wire-37
1 merge request
!325
WIP: [Sprint/ModestMonkey] wire epic 37
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
en.json
locales/en.json
+1
-0
SubscriptionTierCarousel.js
src/wire/tiers/SubscriptionTierCarousel.js
+1
-1
No files found.
locales/en.json
View file @
6b4a3743
...
...
@@ -557,6 +557,7 @@
}
},
"wire"
:{
"customDonation"
:
"Custom Donation"
,
"selectCredit"
:
"Select a credit card."
,
"willNotRecur"
:
"You can send {{currency}} to this user, however it will not recur."
,
"amountMonth"
:
"{{amount}} / month"
,
...
...
This diff is collapsed.
Click to expand it.
src/wire/tiers/SubscriptionTierCarousel.js
View file @
6b4a3743
...
...
@@ -43,7 +43,7 @@ export default class SubscriptionTierCarousel extends PureComponent {
getRewards
()
{
const
rewards
=
[{
amount
:
0
,
description
:
'
Custom
'
,
description
:
i18n
.
t
(
'
wire.customDonation
'
)
,
}];
const
methodsMap
=
[{
method
:
'
tokens
'
,
currency
:
'
tokens
'
}];
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment