Skip to content

Commit

Permalink
Improve base64 handling
Browse files Browse the repository at this point in the history
  • Loading branch information
T8RIN committed Dec 26, 2024
1 parent e958801 commit efd9d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/resources/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1517,7 +1517,7 @@
<string name="copy_not_a_valid_base_64">Cannot copy empty or invalid Base64 string</string>
<string name="paste_base_64">Paste Base64</string>
<string name="copy_base_64">Copy Base64</string>
<string name="base_64_tips">Load image to copy or save Base64 string, if you have any, you can paste it above to obtain image</string>
<string name="base_64_tips">Load image to copy or save Base64 string. If you have the string itself, you can paste it above to obtain image</string>
<string name="save_base_64">Save Base64</string>
<string name="share_base_64">Share Base64</string>
<string name="options">Options</string>
Expand Down

0 comments on commit efd9d25

Please sign in to comment.