summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-03-18 16:18:33 +0100
committerAndrej Mihajlov <and@mullvad.net>2019-03-18 17:03:09 +0100
commitd5a747ef0d89a26985e808930fe20a0a87f6f35a (patch)
treec3bff7522f49de49181a9c296d19b54b3594ecec /gui/src
parentb3df605be7965b264a5b3f7f49988f3e100dac84 (diff)
downloadmullvadvpn-d5a747ef0d89a26985e808930fe20a0a87f6f35a.tar.xz
mullvadvpn-d5a747ef0d89a26985e808930fe20a0a87f6f35a.zip
Add missing translation
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/renderer/components/Account.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/src/renderer/components/Account.tsx b/gui/src/renderer/components/Account.tsx
index 7864bfa0da..90de402269 100644
--- a/gui/src/renderer/components/Account.tsx
+++ b/gui/src/renderer/components/Account.tsx
@@ -53,7 +53,9 @@ export default class Account extends Component<IProps> {
</View>
<View style={styles.account__row}>
- <Text style={styles.account__row_label}>Paid until</Text>
+ <Text style={styles.account__row_label}>
+ {pgettext('account-view', 'Paid until')}
+ </Text>
<FormattedAccountExpiry
expiry={this.props.accountExpiry}
locale={this.props.expiryLocale}