Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor text changes #5223

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ Go to Settings - > %@ and allow access to the camera.";

// Token Balance Page
"balance.token.locked" = "Locked";
"balance.token.locked.info.title" = "Locked title";
"balance.token.locked.info.description" = "Locked Description Text";
"balance.token.locked.info.title" = "TimeLock";
"balance.token.locked.info.description" = "The sender sent these funds with a spending lock that will expire on the shown date. \n\nNo worries, the received Bitcoins are already yours, but until the lock period expires you cannot spend them on the Bitcoin network.";
"balance.token.staked" = "Staked";
"balance.token.staked.info.title" = "Staked title";
"balance.token.staked.info.description" = "Staked Description Text";
Expand Down