Skip to content

Commit

Permalink
Rename server information label in admin settings
Browse files Browse the repository at this point in the history
Change the label "Server Version" to "Version" in the server information section for better consistency with other labels. This helps in maintaining a uniform naming convention across the application.
  • Loading branch information
manu committed Aug 21, 2024
1 parent 1d87820 commit 0e645bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/Admin/Settings/components/Information.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Information: React.FC = () => {
<Descriptions.Item label="Version">{version}</Descriptions.Item>
</Descriptions>
<Descriptions title="Server Information">
<Descriptions.Item label="Server Version">
<Descriptions.Item label="Version">
{currentUser?.settings?.server.version}
</Descriptions.Item>
</Descriptions>
Expand Down

0 comments on commit 0e645bf

Please sign in to comment.