Skip to content

Commit b758b4f

Browse files
committed
richieste Francesco
1 parent e177d0b commit b758b4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Sidebar.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ export const Sidebar = ({ rooms, ...rest }) => {
2525
<LocalizedString name={SIDEBAR_LABELS.buildings[room.building] ?? 'unknown'} />,{' '}
2626
<LocalizedString name={SIDEBAR_LABELS.floors[room.floor] ?? 'unknown'} />
2727
</h3>
28-
<p>
28+
{/* <p>
2929
<strong>
3030
<LocalizedString name="code" />:
3131
</strong>{' '}
3232
<code>{room.code}</code>
33-
</p>
33+
</p> */}
3434
{room.notes && (
3535
<p>
3636
<strong>

src/i18n.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export default {
5757
en: 'Notes',
5858
},
5959
'assignments': {
60-
it: 'Assegnazioni',
61-
en: 'Assignments',
60+
it: 'Persone',
61+
en: 'People',
6262
},
6363
'room': {
6464
it: 'Stanza',

0 commit comments

Comments
 (0)