Skip to content

Commit

Permalink
fix: clarify Reference labels
Browse files Browse the repository at this point in the history
  • Loading branch information
engisalor committed Nov 8, 2024
1 parent fa7f603 commit 6b3eb6e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions registry/rw_en23
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ STRUCTURE "s" {
STRUCTURE "docx" {
ATTRIBUTE "ref" {
TYPE "MD_MGD"
LABEL "Reference"
LABEL "Reference docx"
}
ATTRIBUTE "name" {
TYPE "MD_MGD"
Expand All @@ -108,7 +108,7 @@ STRUCTURE "doc" {
}
ATTRIBUTE "ref" {
TYPE "MD_MGD"
LABEL "Reference"
LABEL "Reference doc"
}
ATTRIBUTE "country__iso3" {
TYPE "MD_MGD"
Expand Down
4 changes: 2 additions & 2 deletions registry/rw_es23
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ STRUCTURE "s" {
STRUCTURE "docx" {
ATTRIBUTE "ref" {
TYPE "MD_MGD"
LABEL "Reference"
LABEL "Reference docx"
}
ATTRIBUTE "name" {
TYPE "MD_MGD"
Expand All @@ -108,7 +108,7 @@ STRUCTURE "doc" {
}
ATTRIBUTE "ref" {
TYPE "MD_MGD"
LABEL "Reference"
LABEL "Reference doc"
}
ATTRIBUTE "country__iso3" {
TYPE "MD_MGD"
Expand Down
4 changes: 2 additions & 2 deletions registry/rw_fr23
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ STRUCTURE "s" {
STRUCTURE "docx" {
ATTRIBUTE "ref" {
TYPE "MD_MGD"
LABEL "Reference"
LABEL "Reference docx"
}
ATTRIBUTE "name" {
TYPE "MD_MGD"
Expand All @@ -108,7 +108,7 @@ STRUCTURE "doc" {
}
ATTRIBUTE "ref" {
TYPE "MD_MGD"
LABEL "Reference"
LABEL "Reference doc"
}
ATTRIBUTE "country__iso3" {
TYPE "MD_MGD"
Expand Down

0 comments on commit 6b3eb6e

Please sign in to comment.