diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-03-18 16:18:33 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-03-18 17:03:09 +0100 |
| commit | d5a747ef0d89a26985e808930fe20a0a87f6f35a (patch) | |
| tree | c3bff7522f49de49181a9c296d19b54b3594ecec /gui/src | |
| parent | b3df605be7965b264a5b3f7f49988f3e100dac84 (diff) | |
| download | mullvadvpn-d5a747ef0d89a26985e808930fe20a0a87f6f35a.tar.xz mullvadvpn-d5a747ef0d89a26985e808930fe20a0a87f6f35a.zip | |
Add missing translation
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/Account.tsx | 4 |
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} |
