Skip to content

Commit

Permalink
ide: change ivib push code button tooltip
Browse files Browse the repository at this point in the history
Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
  • Loading branch information
Jafaral committed Apr 17, 2023
1 parent 4b310da commit 6700aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uni/ide/ivibtab.icn
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ class IvibTab : Component(
push_code_button.set_img(
$include "ivib/icon/save.icon"
)
push_code_button.set_tooltip("Push_Code")
push_code_button.set_tooltip("Generate UI Code")
#push_code_button.set_draw_border()
tb.add_button(push_code_button)

Expand Down

0 comments on commit 6700aad

Please sign in to comment.