Skip to content

Commit

Permalink
Merge pull request #5308 from M4rtinK/rhel-9-rhsm_rename_organization…
Browse files Browse the repository at this point in the history
…_to_organization_id

Rename Organization to Organization ID on subscription screen
  • Loading branch information
jkonecny12 authored Dec 6, 2023
2 parents 0d9aba3 + e3462bd commit 44096f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyanaconda/ui/gui/spokes/subscription.glade
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<child>
<object class="GtkLabel" id="select_organization_label">
<property name="can-focus">False</property>
<property name="label" translatable="yes">Organization</property>
<property name="label" translatable="yes">Organization ID</property>
</object>
</child>
</object>
Expand Down Expand Up @@ -273,7 +273,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Organization</property>
<property name="label" translatable="yes">Organization ID</property>
</object>
<packing>
<property name="left-attach">0</property>
Expand Down

0 comments on commit 44096f2

Please sign in to comment.