Skip to content
Snippets Groups Projects
Commit 1917ca12 authored by Kadah_Coba's avatar Kadah_Coba
Browse files

Fixed account info not showing on profile

parent b82d70cf
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
<string <string
name="CaptionTextAcctInfo" name="CaptionTextAcctInfo"
> >
[ACCTTYPE]
[PAYMENTINFO]
</string> </string>
<string <string
name="payment_update_link_url" name="payment_update_link_url"
...@@ -200,7 +202,7 @@ KC: Use view_border's around text_editor's due to text render issues with border ...@@ -200,7 +202,7 @@ KC: Use view_border's around text_editor's due to text render issues with border
max_length="254" max_length="254"
read_only="true" read_only="true"
translate="false" translate="false"
v_pad="0" v_pad="2"
word_wrap="true" word_wrap="true"
/> />
<text <text
...@@ -215,7 +217,7 @@ KC: Use view_border's around text_editor's due to text render issues with border ...@@ -215,7 +217,7 @@ KC: Use view_border's around text_editor's due to text render issues with border
/> />
<view_border <view_border
name="acct_border" name="acct_border"
top_pad="0" top_pad="1"
left_delta="0" left_delta="0"
right="-6" right="-6"
height="48" height="48"
...@@ -237,7 +239,7 @@ KC: Use view_border's around text_editor's due to text render issues with border ...@@ -237,7 +239,7 @@ KC: Use view_border's around text_editor's due to text render issues with border
h_pad="2" h_pad="2"
read_only="true" read_only="true"
translate="false" translate="false"
v_pad="0" v_pad="2"
word_wrap="true" word_wrap="true"
/> />
<text <text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment