fix: typo

This commit is contained in:
Sean Yesmunt 2019-10-02 11:47:28 -04:00
parent d5e6f357f5
commit 6aa7ff6a63
2 changed files with 6 additions and 3 deletions

View file

@ -30,7 +30,8 @@
.section__flex-wrap {
@extend .section__flex;
flex-wrap: wrap;
margin-bottom: var(--spacing-large) & > * {
margin-bottom: var(--spacing-large);
& > * {
margin-bottom: var(--spacing-large);
}
}

View file

@ -746,7 +746,6 @@
"Transfer in progress": "Transfer in progress",
"%complete% / %total% videos transferred": "%complete% / %total% videos transferred",
"Available Rewards": "Available Rewards",
"You have %credit_amount% in unclaimed rewards.": "You have %credit_amount% in unclaimed rewards.",
"No Channels Created Yet": "No Channels Created Yet",
"Create A Channel": "Create A Channel",
"Something about it not being here": "Something about it not being here",
@ -795,5 +794,8 @@
"Create": "Create",
"Use this address to receive LBC.": "Use this address to receive LBC.",
"Not a valid LBRY address": "Not a valid LBRY address",
"You have no rewards available.": "You have no rewards available."
"You have no rewards available.": "You have no rewards available.",
"light": "light",
"dark": "dark",
"Dark": "Dark"
}